test: Move test files to a separate tests directory

This commit is contained in:
Gergely Polonkai 2023-11-01 12:13:17 +01:00
parent ad7e00ef98
commit d626b30923
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
5 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ omit = ["examples/*"]
[tool.pytest.ini_options]
addopts = ["--cov=.", "--no-cov-on-fail"]
python_files = ["ssb/tests/test_*.py"]
python_files = ["tests/test_*.py"]
[build-system]
requires = ["poetry-core"]