Labelings / Labeling

BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Unittests broken #13

Closed gselzer closed 2 years ago

gselzer commented 2 years ago

Half of the unittest tests break on my machine. We should really fix them.

tomburke-rse commented 2 years ago

On it. I am currently switching to pytest and fix them while I'm doing it.

gselzer commented 2 years ago

Sounds good.

Can we also ensure that the tests pass before merging?

If you'd like, I can set up GitHub Actions for this project.

tomburke-rse commented 2 years ago

I just added the already available workflow for build and test. I'll do the other (pypi and conda) after

tomburke-rse commented 2 years ago

Unitests working now, switch to pytest is done and the github action also works.

gselzer commented 2 years ago

Fantastic! Thanks @tomburke-rse!