Skip to content

Commit

Permalink
use pytest in action
Browse files Browse the repository at this point in the history
  • Loading branch information
paskino committed Sep 13, 2023
1 parent a21421c commit 50f1575
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Wrappers/Python/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ build:
test:
requires:
- pillow
- pytest
source_files:
- ./Wrappers/Python/test

commands:
- ls # [not win]
- python -c "import os; print ('TESTING IN THIS DIRECTORY' , os.getcwd())" # [not win]
- python -m unittest discover -s Wrappers/Python/test -v # [not win]
- python -m pytest Wrappers/Python/test # [not win]

requirements:
build:
Expand Down

0 comments on commit 50f1575

Please sign in to comment.