summaryrefslogtreecommitdiff
path: root/tests/integration_tests/modules/test_command_output.py
Commit message (Collapse)AuthorAgeFilesLines
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-3/+2
| | | | | Applied Black and isort, fixed any linting issues, updated tox.ini and CI.
* integration_test: Speed up CI run time (#1111)James Falcon2021-11-161-1/+0
| | | | Move more tests into test_combined.py and remove the CI mark from module tests that aren't updated often or don't represent core functionality.
* testing: port remaining cloud tests to integration testing framework ↵James Falcon2021-08-061-0/+23
(SC-191) (#955) This should enable us to remove the cloud-tests entirely.