summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-05-07 14:01:36 +0200
committernicolargo <nicolashennion@gmail.com>2024-05-07 14:01:36 +0200
commit8e8d4ce89b2888187125655d900ffcb02fc6e39e (patch)
tree09840b0199cde53718dfd443b1bffb699e27f1d4 /.github
parente8563a0fc4b0c0663f354deb0b846421f94a9f95 (diff)
Rename unitest to unittest - Related to #2757
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b7836ca4..bbe1ff68 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
- name: Unitary tests
run: |
- python ./unitest.py
+ python ./unittest.py
# Error appear with h11, not related to Glances
# Should be tested if correction is done
@@ -80,7 +80,7 @@ jobs:
# - name: Unitary tests
# run: |
- # python ./unitest.py
+ # python ./unittest.py
test-macos:
@@ -107,7 +107,7 @@ jobs:
- name: Unitary tests
run: |
- python ./unitest.py
+ python ./unittest.py
# Error when trying to implement #2749
# pkg: No packages available to install matching 'py-pip' have been found in the repositories
@@ -128,4 +128,4 @@ jobs:
# run: |
# set -e -x
# python3 -m pip install --user -r requirements.txt
- # python ./unitest.py
+ # python ./unittest.py