-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend tests for project endpoints #900
Conversation
…I and related functions
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Feat test project
for more information, see https://pre-commit.ci
Thanks @Sujanadh! I will review this tomorrow 👍 Quick note: I think the |
I think it does need to be called tests, and be more top level so pytest works. Btw, thank you for adding tests! This is something FMTM is seriously lacking, so every little bit helps. |
Also, check the failing tests in the pytest run - they are showing valid errors. |
@spwoodcock pytest does not find the tests written outside the app directory. We might need to fix that to write the tests outside of app directory. |
comment out image cache for now
update img cache to not use slashes
Fixes #169
This pull request contains the updated test data within a compressed zip file. It encompasses all the modifications made in my previous pull request, which was PR #870 in the forked repository. We can close the old pull request.