Add a test suite skeleton, a first test for sphinx.config, and fix a bug in config.

This commit is contained in:
Georg Brandl
2008-06-05 08:58:43 +00:00
parent d4185e6f80
commit f4d5c0a380
13 changed files with 1476 additions and 11 deletions

View File

@@ -25,3 +25,6 @@ pylint:
reindent:
@$(PYTHON) utils/reindent.py -r -B .
test:
@cd tests; $(PYTHON) run.py