3 lines
135 B
Bash
3 lines
135 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
pytest --doctest-modules --junitxml=junit/test-results.xml --cov-report=xml --cov-config=.coveragerc --cov=latex2sympy tests
|