Python code coverage for Lib/test/test_ttk_textonly.py
| # | count | content |
|---|---|---|
| 1 | n/a | from test import support |
| 2 | n/a | |
| 3 | n/a | # Skip this test if _tkinter does not exist. |
| 4 | n/a | support.import_module('_tkinter') |
| 5 | n/a | |
| 6 | n/a | from tkinter.test import runtktests |
| 7 | n/a | |
| 8 | n/a | def test_main(): |
| 9 | n/a | support.run_unittest( |
| 10 | n/a | *runtktests.get_tests(gui=False, packages=['test_ttk'])) |
| 11 | n/a | |
| 12 | n/a | if __name__ == '__main__': |
| 13 | n/a | test_main() |
