[TEST] Create pipeline tests #53
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
☝️ good first issue
Good for newcomers
🏁 status: ready for dev
Ready for work
Goal
Create missing tests for pieplines
Why this is useful
Some pipelines don't have associated tests yet. In order to increase code coverage, and make the pipelines compatible with CI workflows, these tests must be created.
Furthermore, the
pipeline_tests
workflow is currently failing because of these missing files.Timeline
No response
More specifically
Create one test file per pipeline, i.e.:
tests/pipelines/test_team_<team_id>.py
, replacing<team_id>
by the actual team id.Feel free to follow already existing pipeline test files as examples. Also, the documentation will help : docs/testing.md docs/pipelines.md 🙂
This applies to the following teams :
Open questions
No response
The text was updated successfully, but these errors were encountered: