forked from Psycojoker/memopol2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trying to get lettuce tests to run again
- Loading branch information
1 parent
3dcd3a6
commit 1aaa2d4
Showing
5 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/sh | ||
export PYTHONPATH="apps/:"$PYTHONPATH | ||
|
||
django-admin.py test --settings=memopol2.testsettings --with-coverage --cover-package=memopol2 --with-xunit --with-xcoverage | ||
django-admin.py harvest --settings=memopol2.testsettings --verbosity=3 -a memopol2.main | ||
pylint --rcfile=.pylintrc memopol2 | tee pylint.out | ||
django-admin.py test --settings=memopol2.testsettings --with-coverage --cover-package=apps --with-xunit --with-xcoverage | ||
django-admin.py harvest --settings=memopol2.testsettings --verbosity=3 -a apps | ||
pylint --rcfile=.pylintrc apps | tee pylint.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,4 +130,4 @@ | |
('votes', '%s/votes' % COUCHDB), | ||
('mps', '%s/mps' % COUCHDB), | ||
('meps', '%s/meps' % COUCHDB), | ||
) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
404 ! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
500 ! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters