[pytest]
testpaths =
    test/unit
    test/integration

markers =
    unit: unit tests
    integration: integration tests