From 866a61fa9f39e28953f31d46f2cfab5d1357bb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Sun, 13 Dec 2015 15:40:02 +0100 Subject: [PATCH] Rename of "test_swauth" to "test" fix Change-Id: I3ab7cf9bd1128cc2bd7c22536bafcd60d5955cd6 --- .unittests | 2 +- MANIFEST.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.unittests b/.unittests index 281ac03..ccc1339 100755 --- a/.unittests +++ b/.unittests @@ -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 diff --git a/MANIFEST.in b/MANIFEST.in index c73869e..8e12558 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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