Lines Matching refs:tests
5 tdc is a Python script to load tc unit tests from a separate JSON file and
18 prior to running the tests when using nsPlugin.
21 unit tests. See the config file in this directory for minimum required
22 features. As new tests will be added, config options list will be updated.
32 handled in a future version - the current workaround is to run the tests
63 Running tdc without any arguments will run all tests. Refer to the section
68 TAP (Test Anything Protocol) format when they are done. If tests fail,
76 One run of tests is considered a "test suite" (this will be refined in the
93 tests the return code against one or more acceptable values. The
105 the tests to be run. These values are used in the tc commands that will be
123 Linux TC unit tests
132 DEVICE is its name. (If not defined, tests that require
141 Collect tests from the specified directory(ies)
142 (default [tc-tests])
144 Run tests from the specified file(s)
146 Run tests only from the specified category/ies, or if
203 The pre-suite hook receives the number of tests and an array of test ids.
204 This allows you to dump out the list of skipped tests in the event of a