-
Notifications
You must be signed in to change notification settings - Fork 473
Open
Labels
DocumentationDocumentation related development and/or updates.Documentation related development and/or updates.devdays25good first issueStandard label for new developers to locate good issues to tackle to learn about OCIO development.Standard label for new developers to locate good issues to tackle to learn about OCIO development.help wantedIssues that the TSC has decided are worth implementing, but don't currently have the dev resources.Issues that the TSC has decided are worth implementing, but don't currently have the dev resources.
Description
The documentation on Contributing 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
Metadata
Metadata
Assignees
Labels
DocumentationDocumentation related development and/or updates.Documentation related development and/or updates.devdays25good first issueStandard label for new developers to locate good issues to tackle to learn about OCIO development.Standard label for new developers to locate good issues to tackle to learn about OCIO development.help wantedIssues that the TSC has decided are worth implementing, but don't currently have the dev resources.Issues that the TSC has decided are worth implementing, but don't currently have the dev resources.