Pythonic-testcase

Latest version: v1.2.1

Safety actively analyzes 621924 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.3.2

====================
- assert_length() now consumes generators if this is necessary to get the length

1.3.1

====================
- instruct test runners to suppress traceback lines from PythonicTestcase when
displaying a test failure.

1.3.0

====================
- export 'SkipTest' class via unittest (Python 2.7+), unittest2 or
nose.plugins.skip
- support for "expect_failure" decorator. It works very similar to unittest's
"expectedFailure". However failing tests are reported as "skipped" not
"passing" if the test runner does not support "expected failures" (such as
nosetests 1.x).

1.2.2

====================
- rename project to "PythonicTestcase" to workaround pip's automatic
replacement of underscores with dashes. This simplifies installation
from a private index.

1.2.1

====================
- fix: assert_raises does not catch some (expected) exceptions on Python 2.6

1.2.0

====================
- implement assert_not_raises

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.