Copy data.gramps to test directory and point db_test at it

This commit is contained in:
prculley 2016-08-29 11:47:27 -05:00
parent 82441292d1
commit 70404e1931
2 changed files with 1825 additions and 3 deletions

1822
data/tests/data.gramps Normal file

File diff suppressed because it is too large Load Diff

View File

@ -24,10 +24,10 @@ import os
from gramps.test.test_util import Gramps
from gramps.gen.db import open_database
from gramps.gen.lib import *
from gramps.gen.const import DATA_DIR
ddir = os.path.dirname(__file__)
example = os.path.join(ddir, "..", "..", "..", "..",
"example", "gramps", "data.gramps")
TEST_DIR = os.path.abspath(os.path.join(DATA_DIR, "tests"))
example = os.path.join(TEST_DIR, "data.gramps")
class BSDDB:
NAME = "Example BSDDB Test"