Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d47a68716e7dfdf79a19129a9a8369b41a173f27
/
Lib
/
test
/
test_commands.py
6257a7b
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
by Florent Xicluna
· 15 years ago
a4f46e1
Remove unused imports in test modules.
by Georg Brandl
· 15 years ago
a2d4653
#7092: silence py3k warnings for deprecated modules
by Ezio Melotti
· 15 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 15 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
bec087f
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
by Benjamin Peterson
· 16 years ago
888a39b
remove test_support.TestSkipped and just use unittest.SkipTest
by Benjamin Peterson
· 16 years ago
c473d5e
Get rid of deprecation warning when testing commands.getstatus()
by Neal Norwitz
· 18 years ago
b15ac31
Add new utility function, reap_children(), to test_support. This should
by Neal Norwitz
· 19 years ago
590fe02
CommandTests.testgetoutput():
by Thomas Wouters
· 22 years ago
e257ec9
Patch #648998: test_commands ACL patch
by Jason Tishler
· 22 years ago
884554d
Patch #544740: test_commands test fails under Cygwin
by Jason Tishler
· 23 years ago
3b0a329
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
by Guido van Rossum
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
cdbc131
Patch #551911: Escape . properly.
by Martin v. Löwis
· 23 years ago
4993c51
Make test_commands work on more systems. This removes much of the dependency
by Fred Drake
· 23 years ago
fa69912
Fix SF bug #456386: test_commands regression failure (Andrew Dalke)
by Guido van Rossum
· 24 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 24 years ago
4c81d60
Tests for the "commands" module, contributed by Nick Mathewson.
by Fred Drake
· 24 years ago