mirror of
https://github.com/github/codeql.git
synced 2025-12-15 16:23:11 +01:00
Tests can be run with ``` bazel test //swift/codegen:tests ``` Coverage can be checked installing `pytest-cov` and running ``` pytest --cov=swift/codegen swift/codegen/test ```
2 lines
72 B
Python
2 lines
72 B
Python
# this empty file adds the repo root to PYTHON_PATH when running pytest
|