45
I Use This!
Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 21 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed call_five snippet. More... over 20 years ago
fixed second level rec merge involving impossiblevalues & in general not SomeValue values. More... over 20 years ago
Added test for intern() More... over 20 years ago
Rephrased printing of errors and failures. More... over 20 years ago
Renamed TestItem._isfunction to isfunction after recognizing it is useful outside the class. More... over 20 years ago
Extended some comments. More... over 20 years ago
Fixed "t.cl()". More... over 20 years ago
Fixed examples with respect to test functions. More... over 20 years ago
added autopath to temptest More... over 20 years ago
Simplify implementation of test_runner support. More... over 20 years ago
Added support for test_runner argument to TestItem.run . More... over 20 years ago
Added a new example which shows a problem. More... over 20 years ago
Don't record dependencies when generalize() is called. More... over 20 years ago
Added support for test functions. These are functions, starting with "test_", in the found test modules. More... over 20 years ago
Removed support for pretest and posttest argument from TestItem.run . More... over 20 years ago
Change which tests are being run, and comment out some long problems More... over 20 years ago
Reorganize int() to allow two parameters, and to propagate most exceptions More... over 20 years ago
Add tests for two parameter int() More... over 20 years ago
Fixed some typos in the docstring. More... over 20 years ago
Fixed docstring of TestSuite.run . More... over 20 years ago
fixeol + minor changes to the newtest module More... over 20 years ago
Added more documentation to the docstring. More... over 20 years ago
Added UML class diagram of unit testing framework. More... over 20 years ago
raise ValueError in translate when table has len different from 256 More... over 20 years ago
test_translate runs now without import of string (Problems with string.maketrans) More... over 20 years ago
Include docstrings of module, class and test method in TestItem. More... over 20 years ago
Introduced underscores into some identifiers for better readability. This applies to set_exception, last_results, init_from_dir . More... over 20 years ago
Reformat (break a line up) More... over 20 years ago
Check that module attributes are strings More... over 20 years ago
Previously, the test result wasn't Skipped if the exception was raised in the setUp method of TestCase. More... over 20 years ago