added testenv import to test current code
This commit is contained in:
parent
fc47328cbf
commit
1be61baf21
@ -1,5 +1,6 @@
|
|||||||
from unittest import TestCase
|
from unittest import TestCase
|
||||||
|
|
||||||
|
import testenv
|
||||||
from papers.events import Event
|
from papers.events import Event
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ import shutil
|
|||||||
import yaml
|
import yaml
|
||||||
from pybtex.database import Person
|
from pybtex.database import Person
|
||||||
|
|
||||||
|
import testenv
|
||||||
import fixtures
|
import fixtures
|
||||||
from papers.paper import Paper
|
from papers.paper import Paper
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user