Skip to content

Commit d189726

Browse files
authored
Pytest_workflow (#15)
* blank test * push yml to restore wrkflw
1 parent cbbca8d commit d189726

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ jobs:
4444
conda activate test-env
4545
pytest tests
4646
shell: bash -l {0}
47+

tests/test_basic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import pytest
22

33
def test_basic():
4+
pass
5+
6+
def test_two():
47
pass

0 commit comments

Comments
 (0)