Skip to content

Commit

Permalink
Merge pull request #32 from ekomarova/migrate_to_pytest
Browse files Browse the repository at this point in the history
replace unittests with pytest
  • Loading branch information
oleksandr-pavlyk authored Feb 9, 2024
2 parents 031efb9 + 58f74ae commit 2e0aa0c
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 271 deletions.
6 changes: 4 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "2.4.0" %}
{% set buildnumber = 1 %}
{% set buildnumber = 2 %}

package:
name: mkl-service
Expand Down Expand Up @@ -28,10 +28,12 @@ requirements:
- six

test:
requires:
- pytest
imports:
- mkl
commands:
- python tests/test_mkl_service.py -v
- pytest tests/test_mkl_service.py
source_files:
- tests

Expand Down
Loading

0 comments on commit 2e0aa0c

Please sign in to comment.