Introduction
Check your doctest for various errors. Depends on pyflakes (http://pypi.python.org/pypi/pyflakes).
Usage example:
docpyflakes yourdoctext.txt
This package has an entry point for buildout to create a script via:
[buildout]
parts = ...
scripts
[scripts]
recipe = zc.recipe.egg:scripts
eggs = affinitic.docpyflakes
VIM
My vim configuration integration to run docpyflakes while I am working on my doctest and handle errors quickly:
fun! PyflakesForDocTest()
let tmpfile = tempname()
execute "w" tmpfile
execute "set makeprg=(docpyflakes\\ " . tmpfile . "\\\\\\|sed\\ s@" . tmpfile ."@%@)"
make
cw
redraw!
endfun
autocmd BufWrite *.{txt} :call PyflakesForDocTest()
EMACS
Learn VIM
Changelog
0.1 (2010-02-19)
Initial release
Release files for affinitic.docpyflakes 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| affinitic.docpyflakes-0.1.tar.gz | 2.7 kB | Details |
Release files / affinitic.docpyflakes-0.1.tar.gz
| Download URL | affinitic.docpyflakes-0.1.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
af3252a7ef6d1dce66395c1ac9a9f9ececd406749fb612d98d5b002b25341190
|
|
BLAKE2b-256 checksum How to use checksums |
94ba64be868a6bdfe07a3deceae29794f7dab87b409a5b35bf2b5daeec30e73c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |