mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 09:08:31 +02:00
chg: [workflows] For GitHub Actions unit tests are done with nose2.
This commit is contained in:
parent
298acb7d57
commit
a67793e7a2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pythonapp.yaml
vendored
2
.github/workflows/pythonapp.yaml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
poetry run pytest
|
||||
poetry run nose2 -v --pretty-assert
|
||||
env:
|
||||
testing: actions
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Stegano
|
||||
|
||||
[](https://builds.sr.ht/~cedric/stegano)
|
||||
|
||||
[](https://github.com/cedric/Stegano/actions?query=workflow%3A%22Python+application%22)
|
||||
|
||||
[Stegano](https://sr.ht/~cedric/stegano), a pure Python Steganography
|
||||
module.
|
||||
|
|
Loading…
Add table
Reference in a new issue