BCDA-APS / adl2pydm

Convert MEDM's .adl files to PyDM's .ui format
Other
0 stars 4 forks source link

Refactor unit tests from unittest to pytest #70

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

In #62, the testing was changed. Now, refactor ./tests/ into ./adl2pydm/tests/ and replace unittest with pytest.