Metadata-Version: 1.1
Name: PythonicTestcase
Version: 1.3.1
Summary: standalone pythonic assertions
Home-page: https://bitbucket.org/felixschwarz/pythonic-testcase/
Author: Felix Schwarz
Author-email: felix.schwarz@oss.schwarz.eu
License: MIT
Description: Changelog
        ******************************
        
        1.3.1 (2016-09-26)
        ====================
        - instruct test runners to suppress traceback lines from PythonicTestcase when
          displaying a test failure.
        
        1.3.0 (2016-01-23)
        ====================
        - 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 (2016-01-20)
        ====================
        - rename project to "PythonicTestcase" to workaround pip's automatic
          replacement of underscores with dashes. This simplifies installation
          from a private index.
        
        1.2.1 (2015-11-23)
        ====================
        - fix: assert_raises does not catch some (expected) exceptions on Python 2.6
        
        1.2.0 (16.11.2015)
        ====================
        - implement assert_not_raises
        
        1.1.0 (22.10.2015)
        ====================
        - assert_raises can return a context manager
        
        1.0.2 (07.10.2015)
        ====================
        - fix sdist by including Changelog.txt
        
        1.0.1 (07.10.2015)
        ====================
        - use gpg signing for pypi release (no code changes)
        
        1.0 (07.10.2015)
        ====================
        - initial pypi release
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
