Skip to main content

Testing framework

Project description

Testify - A Testing Framework

Testify is a replacement for Python’s unittest module and nose. It is modeled after unittest, and tests written for unittest will run under testify with a minimum of adjustments, but it has features above and beyond unittest:

  • class-level setup and teardown fixture methods which are run once each for an entire set of test methods.

  • a decorator-based approach for fixture methods, eliminating the need for super() calls.

  • More pythonic, less java

  • enhanced test discovery - testify can drill down into packages to find test cases (similiar to nose).

  • support for collecting and running tests by collecting modules, classes or methods into test suites.

  • Pretty test runner output (color!)

  • Support for splitting up tests into buckets to support multi-processing

  • Extensible plugin system for adding additional functionality around reporting

  • Comes complete with other handy testing utilities: Mocking (turtle), code coverage integration and profiling.

  • Client-server support

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

testify-0.2.3.tar.gz (39.9 kB view details)

Uploaded Source

File details

Details for the file testify-0.2.3.tar.gz.

File metadata

  • Download URL: testify-0.2.3.tar.gz
  • Upload date:
  • Size: 39.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for testify-0.2.3.tar.gz
Algorithm Hash digest
SHA256 5cb9fd1dba0581ac3273739657061513244d7301c8fe475800ab05c9e21503d7
MD5 39da2ea836d73900bd5d7e539e9b049f
BLAKE2b-256 e4218bd61625a300c101cf25707977d6377b858c5afb56a6856d10112e2b80fe

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page