Lines Matching refs:py
24 ./tools/testing/kunit/kunit.py run
30 This happens because internally kunit.py specifies ``.kunit``
72 If you didn't run ``kunit.py run`` yet, you can generate it by running:
77 tools/testing/kunit/kunit.py config
81 ``.kunitconfig`` lives in the ``--build_dir`` used by kunit.py, which is
99 ./tools/testing/kunit/kunit.py run \
105 ./tools/testing/kunit/kunit.py run \
109 d. If you change the ``.kunitconfig``, kunit.py will trigger a rebuild of the
112 ``.kunitconfig``, kunit.py won't overwrite your changes.
135 ./tools/testing/kunit/kunit.py run "kunit_executor_test"
140 ./tools/testing/kunit/kunit.py run "example.example_simple_test"
146 ./tools/testing/kunit/kunit.py run "*.*64*"
284 ./tools/testing/kunit/kunit.py run
302 If you're interested in using some of the more advanced features of kunit.py,
305 If you'd like to run tests without using kunit.py, check out