diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-01 02:23:39 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-01 02:23:39 -0400 |
| commit | 6c9959c34b403c2b1e3088d34b67bef5c79ee9fc (patch) | |
| tree | 56e726ab7e3786eba3e714aa13906bd83a812870 /docs/tutorials/wiki/src/tests/setup.cfg | |
| parent | 231f532746ceb64138448a722d97d2f49fa0030d (diff) | |
| download | pyramid-6c9959c34b403c2b1e3088d34b67bef5c79ee9fc.tar.gz pyramid-6c9959c34b403c2b1e3088d34b67bef5c79ee9fc.tar.bz2 pyramid-6c9959c34b403c2b1e3088d34b67bef5c79ee9fc.zip | |
fix wiki tests too
Diffstat (limited to 'docs/tutorials/wiki/src/tests/setup.cfg')
| -rw-r--r-- | docs/tutorials/wiki/src/tests/setup.cfg | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/tutorials/wiki/src/tests/setup.cfg b/docs/tutorials/wiki/src/tests/setup.cfg new file mode 100644 index 000000000..3d7ea6e23 --- /dev/null +++ b/docs/tutorials/wiki/src/tests/setup.cfg @@ -0,0 +1,28 @@ +[nosetests] +match=^test +nocapture=1 +cover-package=tutorial +with-coverage=1 +cover-erase=1 + +[compile_catalog] +directory = tutorial/locale +domain = tutorial +statistics = true + +[extract_messages] +add_comments = TRANSLATORS: +output_file = tutorial/locale/tutorial.pot +width = 80 + +[init_catalog] +domain = tutorial +input_file = tutorial/locale/tutorial.pot +output_dir = tutorial/locale + +[update_catalog] +domain = tutorial +input_file = tutorial/locale/tutorial.pot +output_dir = tutorial/locale +previous = true + |
