mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
The nose docs state: > Nose has been in maintenance mode for the past several years and will > likely cease without a new person/team to take over maintainership. > New projects should consider using Nose2, py.test, or just plain > unittest/unittest2. As we aren't using any of nose's features, its easiest to switch to the standard lib unittest. Also clean us various warnings as Nose was hiding them: * warn => warning * assertRegexpMatches => assertRegex * Ensure 'new' files are closed. * Cleanup tempdir * assertEquals => assertEqual
3 lines
16 B
Plaintext
3 lines
16 B
Plaintext
coverage
|
|
flake8
|