https://github.com/multani/z3c.testsetup
Patches for z3c.testsetup (this is not the official repository of this project)
https://github.com/multani/z3c.testsetup
Last synced: about 1 year ago
JSON representation
Patches for z3c.testsetup (this is not the official repository of this project)
- Host: GitHub
- URL: https://github.com/multani/z3c.testsetup
- Owner: multani
- License: other
- Created: 2010-10-27T14:23:59.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-28T08:19:27.000Z (over 15 years ago)
- Last Synced: 2025-01-23T02:24:36.203Z (over 1 year ago)
- Language: Python
- Homepage: http://pypi.python.org/pypi/z3c.testsetup
- Size: 391 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
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).
.. contents::