summaryrefslogtreecommitdiff
path: root/test/test_graph/test_slice.py
Commit message (Collapse)AuthorAgeFilesLines
* test: remove unused imports in test codeIwan Aucamp2022-05-171-1/+1
| | | | | | | | | | This patch removes unused imports in test code. This is mainly to remove the potential snag for flake8/flakeheaven. The actual cleanup was done with `pycln --all test`. Also: - Remove superflous `pass` statements.
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-1/+2
| | | | for more information, see https://pre-commit.ci
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-141-6/+6
| | | | for more information, see https://pre-commit.ci
* take the opportunity to remove references to unittest, as suggestedGraham Higgins2022-04-121-2/+1
|
* fix whoopsiesGraham Higgins2022-04-121-1/+1
|
* migrate yet more tests to pytestGraham Higgins2022-04-121-45/+19
|
* more test re-orgGraham Higgins2022-04-021-0/+81