summaryrefslogtreecommitdiff
path: root/tests/frontend/artifact_delete.py
Commit message (Collapse)AuthorAgeFilesLines
* Change unfitting function nameTristan Maat2019-09-061-1/+1
|
* Splitting up tests/frontend/artifact.pyRebecca Grayson2019-09-021-0/+265
Artifact.py consists of multiple tests for the different artifact subcommands all grouped together. This MR splits the tests relevant to each subcommand up into separate test files, making it easier to find the relevant test.