Commit Graph

8 Commits

Author SHA1 Message Date
Tim Byrne e704175201
Add black to linting 2023-07-12 09:20:00 -05:00
Tim Byrne 7af2af52ae
Lint using isort 2023-07-12 09:19:59 -05:00
Tim Byrne 8a87f4a30f
Changes for new pylint compliance 2023-07-12 09:19:59 -05:00
Tim Byrne 84437894b5
Use man.REAL 2023-07-12 09:19:58 -05:00
Tim Byrne 3b820835ab
Test for warnings from man (#195) 2020-01-21 07:26:10 -06:00
Tim Byrne 437ae2b719
Add --force-linters option to pylint (#179)
When this option is provided, linters will be run regardless of the
version installed. Normally tests are skipped if the linters are not the
supported version.
2019-12-05 15:02:47 -06:00
Tim Byrne 826f9bc09e
Validate yaml files with yamllint 2019-03-21 23:05:57 -05:00
Tim Byrne e7f9616b39
Rewrite testing system (#119)
The new test system is written with py.test. These tests are more
comprehensive, run faster by an order of magnitude, and are far more
maintainable. The tests themselves conform to PEP8.
2019-02-20 07:48:25 -06:00