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
A lot of the unit tests are failing. I think a lof are for changes in the MongoDB documents structure without test upgrade, and others comes from race conditions in unit test because there aren't atomic.
The text was updated successfully, but these errors were encountered:
You are right, we know that the unit tests of the API are failing. There were changes on the MongoDB scheme and many test has no sense anymore. We will rewrite the tests after we finish the "score functionality" implementation that will bring more changes to the MongoDB scheme.
After that test upgrade we also plan to update the tastypie version to a newer one.
A lot of the unit tests are failing. I think a lof are for changes in the MongoDB documents structure without test upgrade, and others comes from race conditions in unit test because there aren't atomic.
The text was updated successfully, but these errors were encountered: