Tags: dlenski/python-vipaccess
Tags
Replace nose (unmaintained) with nose2, remove Python 3.5 from CI (EO… …L), add warning to slow test, call it v0.14 for real this time Potential FIXMEs for nose2? It has some frustrating differences from nose (https://docs.nose2.io/en/latest/differences.html), including: - lack of 'assert_[a-z]' or 'assert[A-Z]*' functions, except as *methods* of unittest.TestCase subclasses - inability to set '--verbose' when running as 'python setup.py test' (I tried adding '[unittest]\nverbosity = 2' to setup.cfg... does nothing, unlike putting it in unittest.cfg, which works but only when running explicitly via 'nose2' CLI)
PreviousNext