rethinkdb/rethinkdb-python

View on GitHub
pytest.ini

Summary

Maintainability
Test Coverage
[pytest]
python_files = test_*.py
markers =
    unit: Run unit tests
    integration: Run integration tests
    trio: Run trio related tests
    tornado: Run tornado related tests
    asyncio: Run asyncio related tests