From baa4b74f18c5ce03d379797559552a99b70f62ea Mon Sep 17 00:00:00 2001 From: Matheus Faria Date: Mon, 7 Sep 2015 16:22:29 -0300 Subject: [PATCH] Adding widgets settings to the test suite --- tests/run.py | 2 ++ tests/widgets_settings.py | 0 2 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 tests/widgets_settings.py diff --git a/tests/run.py b/tests/run.py index e892cab..1dc39ef 100755 --- a/tests/run.py +++ b/tests/run.py @@ -5,7 +5,9 @@ import sys os.environ['DJANGO_SETTINGS_MODULE'] = 'colab.settings' os.environ['COLAB_SETTINGS'] = 'tests/colab_settings.py' +os.environ['COLAB_WIDGETS_SETTINGS'] = 'tests/widgets_settings.py' os.environ['COLAB_PLUGINS'] = 'tests/plugins.d' +os.environ['COLAB_WIDGETS'] = 'tests/widgets.d' os.environ['COVERAGE_PROCESS_START'] = '.coveragerc' diff --git a/tests/widgets_settings.py b/tests/widgets_settings.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/widgets_settings.py -- libgit2 0.21.2