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
There are a few conditions that we'd like to test in the dispatch_to_batch module. Among them include:
The querying of projects without computed files when a project id is not passed.
That project and sample jobs are being submitted correctly
Solution or next step
A test_dispatch__to_batch module should be created to test the above conditions.
To test the querying of projects without computed files we should create two projects, one with computed files and the other without, and we should make sure that the correct one is queried.
The text was updated successfully, but these errors were encountered:
Context
There are a few conditions that we'd like to test in the
dispatch_to_batch
module. Among them include:Solution or next step
A
test_dispatch__to_batch
module should be created to test the above conditions.To test the querying of projects without computed files we should create two projects, one with computed files and the other without, and we should make sure that the correct one is queried.
The text was updated successfully, but these errors were encountered: