mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +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
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
poetry run pytest
|
poetry run nose2 -v --pretty-assert
|
||||||
env:
|
env:
|
||||||
testing: actions
|
testing: actions
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Stegano
|
# Stegano
|
||||||
|
|
||||||
[](https://builds.sr.ht/~cedric/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
|
[Stegano](https://sr.ht/~cedric/stegano), a pure Python Steganography
|
||||||
module.
|
module.
|
||||||
|
|
Loading…
Add table
Reference in a new issue