| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Merge in tiangolo/master
Aligning with tiangolo master
|
Thanks! In fact, I initially used Faker (for the Flask version), but as currently the DB gets polluted with tests that are not removed afterwards, I started getting collisions frequently. And I realized that I didn't need real data, just random strings that I could check. Let's leave this on standby until I update the tests to use Starlette's TestClient, and we can solve automatic rollbacks in tests. |
Sorry, something went wrong.
|
Yes, sounds good. I will create another PR in due time 👍 |
Sorry, something went wrong.
|
Thanks! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Because tests should be first citizens pieces of code... they deserve proper random (faked) data 🎒
Faker is a new dependency, but only for tests (not included in backend dockerfile)