1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-13 04:40:59 +01:00

refactor to pytest

This commit is contained in:
Markus Hofbauer
2024-02-02 13:48:57 +01:00
parent 4880743ab7
commit b4a077fdd8
4 changed files with 90 additions and 72 deletions

View File

@@ -56,4 +56,4 @@ jobs:
- name: Run unit tests
run: |
cd tools/alias_collision/
python -m unittest discover tests
python -m pytest