Tests for new structure

This commit is contained in:
Manuel Ebert 2013-11-29 10:23:16 -08:00
parent f22ddd706b
commit bf9adeb28a
3 changed files with 16 additions and 10 deletions

View file

@ -1,7 +1,7 @@
from behave import *
import shutil
import os
from jrnl import jrnl
import jrnl
try:
from io import StringIO
except ImportError: