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.