Issue #25795: Fix several tests to run independently.
authorZachary Ware <zachary.ware@gmail.com>
Sat, 5 Dec 2015 05:32:23 +0000 (23:32 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Sat, 5 Dec 2015 05:32:23 +0000 (23:32 -0600)
commitac28b796d80f869f39662491446145106960a886
tree1877f8c5cd3a304a1890e81034555987fd9afbc1
parent939614c48c3b0b5adeb408294a032118411ab987
Issue #25795: Fix several tests to run independently.

These were broken in 3aec776fc796 when they were converted
away from using support.run_unittest().  Oops :)

Initial patch by Felippe da Motta Raposo.
Lib/test/test_fork1.py
Lib/test/test_list.py
Lib/test/test_pyclbr.py
Lib/test/test_telnetlib.py
Lib/test/test_tuple.py
Lib/test/test_userdict.py
Lib/test/test_userlist.py
Lib/test/test_wait4.py