acipm / kibicara

Kibicara distributes text messages between different social media and messenger platforms
https://acipm.github.io/kibicara/
Other
2 stars 0 forks source link

GitHub Action to run tests #1

Closed maikeMai closed 4 years ago

maikeMai commented 4 years ago

I wrote a small github action to run the tests.

acipm commented 4 years ago

The Github action script is already covered by backend.yml. We use tox for testing which integrates pytest in its tox.ini file. An explicit call for pytest is not necessary.