Paul Sokolovsky
|
67bc4317a0
|
unittest: Release 0.3.
|
2017-09-03 11:06:37 +03:00 |
Paul Sokolovsky
|
82386e86ff
|
unittest: Test stats are now printed by TestRunner.run().
Like done by CPython version.
|
2017-09-03 06:45:20 +03:00 |
Paul Sokolovsky
|
74140defb7
|
unittest: Run testcases more correctly, count failures.
Test methdos are now run wrapped in try/except/finally. failures are
counted, instead of aborting on the first.
|
2017-09-02 17:30:27 +03:00 |
Paul Sokolovsky
|
dfe4dee62a
|
all: setup.py: New releases for gzip 4k conversion.
|
2016-10-11 06:47:01 +03:00 |
Paul Sokolovsky
|
65fb3707ba
|
all: metadata.txt: Bump version for gzip 4k conversion.
|
2016-10-11 06:46:12 +03:00 |
Delio Brignoli
|
1260289917
|
unittest: add assertIsNone() and assertIsNotNone() methods to TestCase
|
2015-11-01 17:01:58 +03:00 |
Paul Sokolovsky
|
23de8c0a22
|
unittest: Release 0.1.
|
2015-08-31 15:33:44 +03:00 |
Tom Soulanille
|
729d5b6446
|
unittest: Add assertAlmostEqual and assertNotAlmostEqual
|
2015-08-31 15:33:01 +03:00 |
Paul Sokolovsky
|
0076d61314
|
unittest: Release 0.0.9.
|
2015-08-07 22:02:13 +03:00 |
Tom Soulanille
|
d3fe0957b8
|
unittest: print test name before execution
|
2015-08-07 22:01:15 +03:00 |
Paul Sokolovsky
|
1dfa08c305
|
unittest: No longer authored by me personally.
|
2015-07-30 21:52:05 +03:00 |
Tom Soulanille
|
29a9f56372
|
unittest: fill out asserts and test them
|
2015-07-30 21:46:56 +03:00 |
Tom Soulanille
|
edcf812ce7
|
unittest: update setup.py from metadata.txt
|
2015-07-30 21:46:56 +03:00 |
Tom Soulanille
|
c98be9b0fc
|
unittest: make unittest.main() work
Enables standalone test scripts to use the common idiom
if __name__ == '__main__':
unittest.main()
e.g. https://docs.python.org/3.4/library/unittest.html#basic-example
|
2015-07-30 21:46:56 +03:00 |
Paul Sokolovsky
|
15d21d6cb7
|
unittest: Add rough appriximations of TestSuite, TestRunner, TestResult.
|
2015-05-13 01:35:09 +03:00 |
Paul Sokolovsky
|
ba28d2b3be
|
unittest: Let use assertRaises() as a context manager.
|
2015-05-12 13:07:36 +03:00 |
nvbn
|
c7a9f63686
|
unittest: Add `assertFalse` to `TestCase`
|
2014-12-15 18:03:58 +02:00 |
Paul Sokolovsky
|
775c6fee31
|
unittest: Switch to metadata.txt .
|
2014-05-19 22:22:54 +03:00 |
Paul Sokolovsky
|
bef746c1d0
|
unittest: Add support for setUp() and tearDown().
|
2014-05-14 21:57:40 +03:00 |
Paul Sokolovsky
|
d75ad4867d
|
unittest: Add support for SkipTest, skip() and skipUnless().
|
2014-05-13 02:56:29 +03:00 |
Paul Sokolovsky
|
e93bb50f5f
|
unittest: Implement assertIs.
|
2014-05-12 03:04:36 +03:00 |
Paul Sokolovsky
|
35d4ae900b
|
unittest: Bump version.
|
2014-05-11 21:30:44 +03:00 |
Paul Sokolovsky
|
272f0a1985
|
unittest: assertRaises(): Pass kwargs down to function too.
|
2014-05-11 21:26:11 +03:00 |
Paul Sokolovsky
|
5c70cace45
|
unittest: assertEqual(): make a hint which value is expected.
|
2014-05-11 21:25:22 +03:00 |
Paul Sokolovsky
|
1fb585ccd8
|
unittest: Bump version.
|
2014-05-10 00:43:27 +03:00 |
Paul Sokolovsky
|
5437db4638
|
unittest: Factor out adhoc run_class() method.
TODO: Look for compliant analog.
|
2014-05-10 00:43:27 +03:00 |
Paul Sokolovsky
|
4963237025
|
unittest: Accept message for assert*().
|
2014-05-10 00:43:26 +03:00 |
Paul Sokolovsky
|
54d9716666
|
unittest: Bump version for PyPI.
|
2014-04-13 02:14:14 +03:00 |
Paul Sokolovsky
|
a432e9ecf1
|
unittest: isinstance(<class>, object) no works.
|
2014-04-13 02:14:14 +03:00 |
Paul Sokolovsky
|
525487137b
|
unittest: Rewrite .main() to be compliant re: 1st arg.
|
2014-04-13 02:14:14 +03:00 |
Paul Sokolovsky
|
1729f1c7fa
|
unittest: Add simple, non-compliant test runner.
Need to implement importing of __main__ module and/or globals() to write
compliant implementation.
|
2014-04-13 02:14:13 +03:00 |
Paul Sokolovsky
|
e71f9f41c4
|
unittest: Add packaging metadata file (setup.py).
|
2014-04-13 02:14:13 +03:00 |
Paul Sokolovsky
|
9526ae8e7c
|
unittest: Add dummy implementation (just a TestCase class with few methods).
|
2014-04-13 02:14:13 +03:00 |