From a67793e7a2fe5abbec2b0f9cc0562cff6793882f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 20 Nov 2022 00:39:02 +0100 Subject: [PATCH] chg: [workflows] For GitHub Actions unit tests are done with nose2. --- .github/workflows/pythonapp.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonapp.yaml b/.github/workflows/pythonapp.yaml index e93d3df..8df2724 100644 --- a/.github/workflows/pythonapp.yaml +++ b/.github/workflows/pythonapp.yaml @@ -33,7 +33,7 @@ jobs: - name: Test with pytest run: | - poetry run pytest + poetry run nose2 -v --pretty-assert env: testing: actions diff --git a/README.md b/README.md index 685e9d9..eec026b 100644 --- a/README.md +++ b/README.md @@ -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.