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