Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

zopefoundation/z3c.testsetup

Repository files navigation

Caution

This repository has been archived. If you want to work on it please open a ticket in https://github.com/zopefoundation/meta/issues requesting its unarchival.

z3c.testsetup: easy test setup for zope 3 and python projects

Setting up tests for Zope 3 projects sometimes tends to be cumbersome. You often have to prepare complex things like test layers, setup functions, teardown functions and much more. Often these steps have to be done again and again. z3c.testsetup jumps in here, to support much flatter test setups. The package supports normal Python unit tests and doctests.

Doctests and test modules are found throughout a whole package and registered with sensible, modifiable defaults. This saves a lot of manual work!

See README.txt and the other .txt files in the src/z3c/testsetup directory for API documentation. (Or further down this page when reading this on pypi).

About

Easier test setup for Zope 3 projects and other Python packages

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages