Skip to content

grampajoe/tattler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tattler

A nose plugin that tattles on functions.

Tattler was built to find tests that call functions during their execution. When the test module is imported, those functions can be called without being tattled on.

Installation

$ pip install tattler

Usage

Have nose tell you about function and method usage like so:

$ nosetests --with-tattler --tattle-on path.to.function

A tattler.TattleTale exception will then be raised whenever one of those functions gets called during test execution, and those tests will be reported as errors.

About

A nose plugin that tattles on functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages