chg: [workflows] For GitHub Actions unit tests are done with nose2.

This commit is contained in:
Cédric Bonhomme 2022-11-20 00:39:02 +01:00
parent 298acb7d57
commit a67793e7a2
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Test with pytest
run: |
poetry run pytest
poetry run nose2 -v --pretty-assert
env:
testing: actions

View file

@ -1,7 +1,7 @@
# Stegano
[![builds.sr.ht status](https://builds.sr.ht/~cedric/stegano.svg)](https://builds.sr.ht/~cedric/stegano)
[![Workflow](https://github.com/cedric/Stegano/workflows/Python%20application/badge.svg?style=flat-square)](https://github.com/cedric/Stegano/actions?query=workflow%3A%22Python+application%22)
[Stegano](https://sr.ht/~cedric/stegano), a pure Python Steganography
module.