kitconcept.contentsync 🔄 kitconcept.contentsync syncronizes Person content items in a Plone Site Develop Running tests Run all tests uv run pytest Run all tests, stop on first fail uv run pytest -x --pdb Run tests in the file test_clients_plone uv run pytest -k test_clients_plone Run tests that do not require the containers (Faster tests) uv run pytest -m "not docker"