[pytest] addopts = --cov=doi2dataset --cov-report=html --cov-report=xml --cov-report=term-missing --junitxml=junit.xml --verbose --tb=short testpaths = tests python_files = test_*.py *_test.py python_functions = test_* python_classes = Test*