Commit 97386a18e2b9dfb01c3f6dba75e18f8f046e689f

Authored by Matheus de Sousa Faria
Committed by Gust
1 parent c37e8572

Adding widgets settings to the test suite

Showing 2 changed files with 2 additions and 0 deletions   Show diff stats
tests/run.py
... ... @@ -5,7 +5,9 @@ import sys
5 5  
6 6 os.environ['DJANGO_SETTINGS_MODULE'] = 'colab.settings'
7 7 os.environ['COLAB_SETTINGS'] = 'tests/colab_settings.py'
  8 +os.environ['COLAB_WIDGETS_SETTINGS'] = 'tests/widgets_settings.py'
8 9 os.environ['COLAB_PLUGINS'] = 'tests/plugins.d'
  10 +os.environ['COLAB_WIDGETS'] = 'tests/widgets.d'
9 11 os.environ['COVERAGE_PROCESS_START'] = '.coveragerc'
10 12  
11 13  
... ...
tests/widgets_settings.py 0 → 100644