[tool.pytest.ini_options]
pythonpath = "."
python_files = [
  "test_*.py",
  "tests.py"
]