Improve test to pytest
-
test speed currently it takes minutes to run
make test, this makes refactoring or upgrade hard ... sometimes it hangs, because there is no timeout settings applied ... -
there are ignore settings in .coveragerc and Makefile
-
nose has been unmaintained since at least 2015 Nose has been unmaintained since at least 2015
-
pytest is more widely used test runner, it can be integrated with coverage.py too, this is how pytest looks like when running
Can I be assigned this issue?
hi @floor-licker I think it's complex task, you could try to submit a PR if you want to help the project (it will need to pass QA / dev review)
https://github.com/hummingbot/hummingbot/pull/7403
Merged and implemented in 2.4.0