From 3eec01e4c2a842c7383857e49d68664f04759c1f Mon Sep 17 00:00:00 2001 From: zuber Date: Fri, 27 Nov 2009 14:05:17 +0100 Subject: [PATCH] =?utf8?q?Uproszczenie=20struktury=20pakietu=20vstorage=20?= =?utf8?q?(teraz=20jest=20zwyk=C5=82ym=20modu=C5=82em)=20i=20jego=20test?= =?utf8?q?=C3=B3w.=20Poprawienie=20skryptu=20run=5Ftests.sh,=20=C5=BCeby?= =?utf8?q?=20uruchamia=C5=82=20testy=20dla=20vstorage.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/run_tests.sh | 3 ++- lib/{tests => }/test_vstorage.py | 0 lib/tests/__init__.py | 0 lib/{vstorage/__init__.py => vstorage.py} | 0 platforma/settings.py | 1 + 5 files changed, 3 insertions(+), 1 deletion(-) rename lib/{tests => }/test_vstorage.py (100%) delete mode 100644 lib/tests/__init__.py rename lib/{vstorage/__init__.py => vstorage.py} (100%) diff --git a/lib/run_tests.sh b/lib/run_tests.sh index 0b086ef2..03da16f6 100755 --- a/lib/run_tests.sh +++ b/lib/run_tests.sh @@ -1 +1,2 @@ -PYTYONPATH=./lib:$PYTHONPATH nosetests --detailed-errors --with-doctest --with-coverage --cover-package=wlrepo +#!/bin/sh +nosetests -v --with-doctest --with-coverage --cover-package=vstorage --detailed-errors diff --git a/lib/tests/test_vstorage.py b/lib/test_vstorage.py similarity index 100% rename from lib/tests/test_vstorage.py rename to lib/test_vstorage.py diff --git a/lib/tests/__init__.py b/lib/tests/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/lib/vstorage/__init__.py b/lib/vstorage.py similarity index 100% rename from lib/vstorage/__init__.py rename to lib/vstorage.py diff --git a/platforma/settings.py b/platforma/settings.py index cbfd70fa..58861bf4 100755 --- a/platforma/settings.py +++ b/platforma/settings.py @@ -117,6 +117,7 @@ INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.admindocs', + 'wiki', 'piston', 'sorl.thumbnail', 'filebrowser', -- 2.20.1