Mercurial > repos > yufei-luo > s_mart
comparison commons/pyRepetUnit/profilesDB/tests/InsertProfilesMapFileInDBTestRessources.py @ 18:94ab73e8a190
Uploaded
author | m-zytnicki |
---|---|
date | Mon, 29 Apr 2013 03:20:15 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
17:b0e8584489e6 | 18:94ab73e8a190 |
---|---|
1 ''' | |
2 Created on 24 juin 2009 | |
3 | |
4 @author: choede | |
5 ''' | |
6 | |
7 class InsertProfilesMapFileInDBTestRessources(object): | |
8 ''' | |
9 Put here ressources not present in config file | |
10 ''' | |
11 REPET_DB_USER = "ochoede" | |
12 REPET_DB_HOST = "pisano" | |
13 REPET_DB_PW = "ochoede" | |
14 REPET_DB_NAME = "repet_ochoede" |