added testenv import to test current code

This commit is contained in:
Fabien Benureau 2013-07-02 17:21:59 +01:00
parent fc47328cbf
commit 1be61baf21
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
from unittest import TestCase
import testenv
from papers.events import Event

View File

@ -7,6 +7,7 @@ import shutil
import yaml
from pybtex.database import Person
import testenv
import fixtures
from papers.paper import Paper