File size: 135 Bytes
7155cf2 |
1 2 3 |
#!/bin/sh
pytest --doctest-modules --junitxml=junit/test-results.xml --cov-report=xml --cov-config=.coveragerc --cov=latex2sympy tests |
7155cf2 |
1 2 3 |
#!/bin/sh
pytest --doctest-modules --junitxml=junit/test-results.xml --cov-report=xml --cov-config=.coveragerc --cov=latex2sympy tests |