Skip to content

nwyper/doctester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

doctester

A simple wrapper for Python's doctest module

Doctester searches for all .py files in a project, and executes all doctests contained in each file. The results are logged to a log-file ('doctest.log' by default).

To use doctester as part of a bigger project, just run ./start --test. start demonstrates how to import and call the tester according to a command-line argument.

To use doctester by itself, on all "*.py" files under a project root, run ./doctester/doctester.py --root test_project

About

Wrapper for Python's doctest module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages