Projet

Général

Profil

Télécharger (253 octets) Statistiques
| Branche: | Tag: | Révision:

calebasse / jenkins / local_settings.py.example @ master

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')
(2-2/2)