MehmedGIT / OtoN_Converter

Converter from basic OCRD process workflow to Nextflow workflow script
Apache License 2.0
4 stars 1 forks source link

Add test framework #4

Closed mweidling closed 2 years ago

mweidling commented 2 years ago

This PR introduces a test framework to oton as well as some minor improvements made by my linter (Pylint for VS Code).

The tests can be executed from the project's root directory via

pytest tests

They currently fail because the validation hasn't been adapted to the Docker input yet.