You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I took your updated project for a spin. Docker containers built successfully and migrations performed as expected. However, when running pytest, only part of the tests pass, with those in api/routes/test_users.py failing due to authorization issues. It would be helpful if you could let users of your project know how to successfully run pytest. Thank you
The text was updated successfully, but these errors were encountered:
Further digging showed that all tests are actually fine, but that the issue is (oddly enough) related to the scope of fixtures for normal and super-users. I had to separate users into normal user and superuser modules, after which pytest ran successfully.
Hello,
I took your updated project for a spin. Docker containers built successfully and migrations performed as expected. However, when running pytest, only part of the tests pass, with those in api/routes/test_users.py failing due to authorization issues. It would be helpful if you could let users of your project know how to successfully run pytest. Thank you
The text was updated successfully, but these errors were encountered: