Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3404034a21c05f811a93d3c77c672dee719acd6c
/
Lib
/
test
/
test_strop.py
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
d392506
Tighten up some warning filters, and break some dependencies on the
by Tim Peters
· 23 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 23 years ago
d992c2c
Migrate the strop test to PyUnit.
by Fred Drake
· 23 years ago
2e0a654
Add warnings to the strop module, for to those functions that really
by Guido van Rossum
· 23 years ago
1ee77d9
Guido has Spoken. Restore strop.replace()'s treatment of a 0 count as
by Tim Peters
· 24 years ago
da45d55
The strop module and test_strop.py believe replace() with a 0 count
by Tim Peters
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 24 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
c99a239
Added strop.split tests when sep is None.
by Barry Warsaw
· 27 years ago
9181190
Added tests of strop.replace()
by Barry Warsaw
· 27 years ago
da0e520
Added a couple of strop.join() tests for large lists and long items
by Barry Warsaw
· 28 years ago
ad522fa
Added tests of all strop module functions, and touching of module variables
by Barry Warsaw
· 28 years ago
6592f88
Removed debugging print statement
by Guido van Rossum
· 28 years ago
edaf1c9
Simple test module for strop.
by Guido van Rossum
· 28 years ago