Dallinger / Griduniverse

Welcome to the Griduniverse.
7 stars 3 forks source link

Run tests with pytest on Github actions #246

Closed silviot closed 1 year ago

silviot commented 1 year ago

This PR configures Github actions to run tests using pytest.

The old travis configuration has been removed.

Currently a custom dallinger branch is being installed during tests, since this work is done in the context of supporting one-hour-one-life-like games on GU.

The old travis config used tox, but this PR uses pytest. The reason for this is that I'm not very familiar with tox.