DrMarkusVoss / pumla

pumla - systematic re-use of model elements described with PlantUML
GNU General Public License v3.0
102 stars 10 forks source link

Use pytest for tests #4

Closed janbernloehr closed 3 years ago

janbernloehr commented 3 years ago

pytest is the de-facto testing framework for python. it provides a lot of functionality to write tests. This PR moves the existing tests to pytest which saves us from maintaing test framework code and makes writing tests easier.

pytest can be installed with pip install pytest and tests can be run just by running pytest from the top level folder.