Skip to content

Commit

Permalink
Pytest_workflow (#15)
Browse files Browse the repository at this point in the history
* blank test

* push yml to restore wrkflw
  • Loading branch information
Adamtaranto authored Oct 31, 2024
1 parent cbbca8d commit d189726
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ jobs:
conda activate test-env
pytest tests
shell: bash -l {0}

3 changes: 3 additions & 0 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import pytest

def test_basic():
pass

def test_two():
pass

0 comments on commit d189726

Please sign in to comment.