Commit e21b45a8 authored by Victor Stinner's avatar Victor Stinner Committed by GitHub

bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)

parent 8f4ef3b0
#
# This file is for everybody to add tests for bugs that aren't
# fixed yet. Please add a test case and appropriate bug description.
#
# When you fix one of the bugs, please move the test to the correct
# test_ module.
#
import unittest
from test import support
#
# No test cases for outstanding bugs at the moment.
#
if __name__ == "__main__":
unittest.main()
......@@ -830,7 +830,6 @@
<Compile Include="test\mp_fork_bomb.py" />
<Compile Include="test\mp_preload.py" />
<Compile Include="test\multibytecodec_support.py" />
<Compile Include="test\outstanding_bugs.py" />
<Compile Include="test\pickletester.py" />
<Compile Include="test\profilee.py" />
<Compile Include="test\pyclbr_input.py" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment