Added tests for the guts of the program (Runner()) and modules. Idea is to run
everything as the logged in user using local checkout and write to a tempdir. To run tests, be sure user is in SSH authorized_keys for themselves, this DOES run through paramiko because mocking it out would defeat the point of having tests.
This commit is contained in:
parent
db57933614
commit
05c5c85276
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -7,6 +7,9 @@ SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; pri
|
||||||
|
|
||||||
all: clean python
|
all: clean python
|
||||||
|
|
||||||
|
tests:
|
||||||
|
PYTHONPATH=./lib nosetests
|
||||||
|
|
||||||
docs: manuals
|
docs: manuals
|
||||||
|
|
||||||
manuals: $(MANPAGES)
|
manuals: $(MANPAGES)
|
||||||
|
|
Loading…
Reference in a new issue