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
When I worked with the Django migration files squashing, it turned out that there are some strange facts in some of our unit tests.
E.g.: in https://github.com/IFRCGo/go-api/blob/develop/deployments/test_views.py#L48 (and also on other lines of this test file) it is supposed that Sector entities already exist. How these tests can still work? Should we fix them to some such way?
The text was updated successfully, but these errors were encountered:
Issue
When I worked with the Django migration files squashing, it turned out that there are some strange facts in some of our unit tests.
E.g.: in https://github.com/IFRCGo/go-api/blob/develop/deployments/test_views.py#L48 (and also on other lines of this test file) it is supposed that Sector entities already exist. How these tests can still work? Should we fix them to some such way?
The text was updated successfully, but these errors were encountered: