Rename of "test_swauth" to "test" fix

Change-Id: I3ab7cf9bd1128cc2bd7c22536bafcd60d5955cd6
This commit is contained in:
Ondřej Nový 2015-12-13 15:40:02 +01:00
parent 82efffb846
commit 866a61fa9f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
nosetests test_swauth/unit --exe --with-coverage --cover-package swauth --cover-erase
nosetests test/unit --exe --with-coverage --cover-package swauth --cover-erase
rm -f .coverage

View File

@ -1,4 +1,4 @@
include AUTHORS LICENSE README.md .unittests test_swauth/__init__.py
include AUTHORS LICENSE README.md .unittests test/__init__.py
include CHANGELOG
graft doc
graft etc