eager-dev/eagerx

View on GitHub
scripts/run_tests.sh

Summary

Maintainability
Test Coverage
#!/bin/bash
poetry run pytest --cov-config .coveragerc --cov-report html --cov-report xml --cov-report term --cov=. -v --color=yes