Closed prjemian closed 3 years ago
In #62, the testing was changed. Now, refactor ./tests/ into ./adl2pydm/tests/ and replace unittest with pytest.
./tests/
./adl2pydm/tests/
unittest
pytest
In #62, the testing was changed. Now, refactor
./tests/
into./adl2pydm/tests/
and replaceunittest
withpytest
.