blob: 87623576e028a328b888a215ea730b40b7424960 [file] [log] [blame] [view]
# Python testing
To define a host-side python test that can be run by `fx`, CI and CQ:
* Use the [python_host_test](/build/python/python_host_test.gni) GN template.
* Ensure some `group("tests")` depends on the `python_host_test` rule,
and specify the `($host_toolchain)` in the dependency.
[Here](/sdk/ctf/build/scripts/BUILD.gn) is an example BUILD.gn.