ยปCore Development>Code coverage>Lib/test/outstanding_bugs.py

Python code coverage for Lib/test/outstanding_bugs.py

#countcontent
1n/a#
2n/a# This file is for everybody to add tests for bugs that aren't
3n/a# fixed yet. Please add a test case and appropriate bug description.
4n/a#
5n/a# When you fix one of the bugs, please move the test to the correct
6n/a# test_ module.
7n/a#
8n/a
9n/aimport unittest
10n/afrom test import support
11n/a
12n/a#
13n/a# No test cases for outstanding bugs at the moment.
14n/a#
15n/a
16n/a
17n/aif __name__ == "__main__":
18n/a unittest.main()