mciepluc / cocotb-coverage

Functional Coverage and Constrained Randomization Extensions for Cocotb
BSD 2-Clause "Simplified" License
100 stars 15 forks source link

Move from unittest to pytest? #21

Closed cmarqu closed 5 years ago

cmarqu commented 5 years ago

With cocotb-test, which will probably move into cocotb in some form, the use of unittest looks a bit unusual. What do you think about converting the tests to pytest? (There is https://github.com/pytest-dev/unittest2pytest which may be of use.)

mciepluc commented 5 years ago

done