mirror of
https://github.com/yweber/lodel2.git
synced 2026-07-28 00:43:28 +02:00
[#12] Modification sur le nom de la base de test (avant passage à la classe test utils)
This commit is contained in:
parent
0c05c66fa6
commit
9181acb0b2
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ def setUpModule():
|
|||
settings.LODEL2SQLWRAPPER['db'] = {
|
||||
'default':{
|
||||
'ENGINE': 'sqlite',
|
||||
'NAME': '/tmp/roland.testdb.sqlite'
|
||||
'NAME': '/tmp/lodel2_test_db.sqlite'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue