Tests for new structure

This commit is contained in:
Manuel Ebert 2013-11-29 10:23:16 -08:00
parent f9ea3e69ff
commit 1c7f0b351d
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: