Skip to content

Commit

Permalink
add test doctest.testmod(cocoex)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohansen authored Dec 6, 2024
1 parent 199537f commit bd14da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
tar xf dist/coco_experiment-*.tar.gz --strip-components=1
python -m pip install pytest pytest-cov
pytest --cov=cocoex test/
python -m pip install doctest
python -c "import doctest, cocoex; doctest.testmod(cocoex)"
python-wheels-example:
needs: python-wheels-build
Expand Down

0 comments on commit bd14da3

Please sign in to comment.