Commit baa4b74f18c5ce03d379797559552a99b70f62ea
1 parent
e0b7a339
Exists in
profile_integration
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 | ... | ... |