This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
calebasse/jenkins/local_settings.py.example

9 lines
253 B
Plaintext

import os
PROJECT_PATH = os.path.dirname(os.path.dirname(__file__))
# Tell Django to use the JUXD Test Suite Runner
TEST_RUNNER = 'juxd.JUXDTestSuiteRunner'
# Where to write the output
JUXD_FILENAME = os.path.join(PROJECT_PATH, 'workspace/junit.xml')