Skip to content

Commit a279e4e

Browse files
Merge pull request #291 from RocketPy-Team/enh/funcify-and-set-discrete-based-on
ENH: Function class - Funcify Decorator & setDiscreteBasedOnModel
2 parents 3b09de6 + 634d9e6 commit a279e4e

File tree

2 files changed

+295
-13
lines changed

2 files changed

+295
-13
lines changed

.github/workflows/test_pytest.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929
python setup.py install
3030
- name: Test with pytest
3131
run: |
32-
pytest
32+
pytest
33+
cd rocketpy
34+
pytest --doctest-modules

0 commit comments

Comments
 (0)