RDFLib and many other libraries use pytest to run unittest. Currently, we only run the spec's test-suite, but we probably want to test specific parts of the code as well.
Introducing pytest will simplify this for developers, or do we stick to using unittest? In case we go for the former: do we migrate https://github.com/digitalbazaar/pyld/blob/master/tests/runtests.py as well.
@anatoly-scherbakov @BigBlueHat @davidlehn what are your thoughts about this?
RDFLib and many other libraries use pytest to run unittest. Currently, we only run the spec's test-suite, but we probably want to test specific parts of the code as well.
Introducing
pytestwill simplify this for developers, or do we stick to usingunittest? In case we go for the former: do we migrate https://github.com/digitalbazaar/pyld/blob/master/tests/runtests.py as well.@anatoly-scherbakov @BigBlueHat @davidlehn what are your thoughts about this?