mithro / valentyusb

USB Full-Speed core written in migen/LiteX
BSD 3-Clause "New" or "Revised" License
17 stars 3 forks source link

Use py.test to run all the tests #2

Closed mithro closed 5 years ago

mithro commented 5 years ago

py.test is a good test runner.

It should be able to find all the doctests + normal unittests. It also has things like parallel test running (which is useful for the slower tests).

mithro commented 5 years ago

This is now done in the usb12 branch!