AcademySoftwareFoundation / AcademySoftwareFoundation/OpenColorIO
Improve documentation for running unit tests
- Vorherrschende Sprache
- C++
- Sterne
- 2.1k
- Forks
- 503
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
The documentation on [Contributing](https://opencolorio.readthedocs.io/en/latest/guides/contributing/contributing.html) has some basic information about running the unit tests. However, it would be helpful to extend that to cover situations such as:
- Running individual tests rather than all tests
- Running only the CPU, GPU, or Python tests rather than all tests
For example, this will run only the CPU unit tests from the Builtins suite:
`tests/cpu/test_cpu_exec --run_only Builtins`
And this will run just Python test:
`python3 ../tests/python/OpenColorIOTestSuite.py $PWD`
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.