calebasse / jenkins / local_settings.py.example @ 919fe94c
1 |
import os |
---|---|
2 |
|
3 |
PROJECT_PATH = os.path.dirname(os.path.dirname(__file__)) |
4 |
|
5 |
# Tell Django to use the JUXD Test Suite Runner |
6 |
TEST_RUNNER = 'juxd.JUXDTestSuiteRunner' |
7 |
# Where to write the output |
8 |
JUXD_FILENAME = os.path.join(PROJECT_PATH, 'workspace/junit.xml') |
- « Previous
- 1
- 2
- Next »