Closed DavidMStraub closed 2 years ago
That's great! Thanks a lot @DavidMStraub! We can add coveralls back later.
@DavidMStraub, it looked quite good, but unfortunately, the tests are failing for different reasons: https://github.com/flav-io/flavio/actions/runs/1883183194
For Python 3.7 and 3.9 installation of flavio works but pytest
is not found.
The installation for 3.8 has been cancelled and I don't know why and 3.10 doesn't install because of https://github.com/DavidMStraub/rundec-python/issues/4
I'll take care of it, now that it runs it should be straightforward to fix/improve.
The installation for 3.8 has been cancelled and I don't know why
Github actions usually cancels all jobs as soon as one of them fails.
This adds a basic unit test workflow.
I did not add coveralls yet - don't know how.
Using pytest instead of nose2, can be changed.