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
5. Get it to pass (opted to do this in a separate PR)
Sub-task details
2. When to run
Daily?
On pull requests
On push to dev?
3. What to run
Simple/all backend tests
Simple/all frontend tests?
5. Get it to pass
Right now the tests are a mess. Many old and not up-to-date with recent changes and will probably fail. Others half finished. Need to:
i. Deactivate any tests that aren't ready / updated enough to run (fixing these is a separate issue). Probably best way to do this is through a decorator like @dontrun or something (OAK does this so I can borrow their code), or a config variable, something like RUN_UNFINISHED_TESTS, and could have an if statement that checks that at the beginning of the test.
ii. Fix any tests that are failing but can be fixed quickly
The text was updated successfully, but these errors were encountered:
Overview
In order to prevent things from breaking, it would be good to run our unit tests more frequently / in automated fashion.
Sub-task list
Sub-task details
2. When to run
3. What to run
5. Get it to pass
Right now the tests are a mess. Many old and not up-to-date with recent changes and will probably fail. Others half finished. Need to:
@dontrun
or something (OAK does this so I can borrow their code), or a config variable, something likeRUN_UNFINISHED_TESTS
, and could have an if statement that checks that at the beginning of the test.The text was updated successfully, but these errors were encountered: