diff options
author | Martin Vilcans <martin@librador.com> | 2012-07-08 23:53:36 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2012-07-09 23:04:17 +0200 |
commit | 1df405204f57c5392fb74f5538e08a5c5291dae2 (patch) | |
tree | d63dcb6769a973e73bb88435cc83e5d092041a56 /bin/test | |
parent | 6bd28965fde5c2c47862c97f21ae751ed98c9356 (diff) | |
download | screenplain-1df405204f57c5392fb74f5538e08a5c5291dae2.tar.gz |
Added page break support.
In HTML output, uses style page-break-before: always
Closes #3
Diffstat (limited to 'bin/test')
-rwxr-xr-x | bin/test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/bash -nosetests --nocapture --with-doctest $* && \ +nosetests --nocapture --with-doctest --doctest-tests $* && \ pep8 screenplain tests |