ChEB-AI / python-chebai

GNU Affero General Public License v3.0
12 stars 4 forks source link

Add actions for unittests #41

Closed MGlauer closed 2 weeks ago

MGlauer commented 3 months ago

This PR introduces automated tests that run on every pull request. It runs python -m unittest on multiple python versions.

MGlauer commented 3 months ago

Tests fail in general, this is not a fault in this branch (#42)

sfluegel05 commented 2 weeks ago

I made the following changes:

With that, all checks are passing.