mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-19 18:17:37 +03:00
Because the code itself only runs properly from inside the `src/` directory, you cannot run `pytest` from the root directory and have the tests work. So, set things up such that running `pytest` in the root directory will only run the one test, and have that test point out the user error.