Comment out some tests that have not yet been implemented
This will prevent nosetest running them.
This commit is contained in:
parent
1e54cbbec3
commit
f9cacac1db
@ -1243,11 +1243,11 @@ class PersonCheck(unittest.TestCase, PrivacyBaseTest, MediaBaseTest,
|
|||||||
self.phoenix.merge(self.titanic)
|
self.phoenix.merge(self.titanic)
|
||||||
self.assertEqual(self.phoenix.serialize(), self.ref_obj.serialize())
|
self.assertEqual(self.phoenix.serialize(), self.ref_obj.serialize())
|
||||||
|
|
||||||
def todo_test_merge_person_aschild(self):
|
#def todo_test_merge_person_aschild(self):
|
||||||
pass
|
#pass
|
||||||
|
|
||||||
def todo_test_merge_person_asparent(self):
|
#def todo_test_merge_person_asparent(self):
|
||||||
pass
|
#pass
|
||||||
|
|
||||||
def test_altname_identical(self):
|
def test_altname_identical(self):
|
||||||
name = Name()
|
name = Name()
|
||||||
@ -1586,8 +1586,8 @@ class SourceCheck(unittest.TestCase, PrivacyBaseTest, NoteBaseTest,
|
|||||||
self.ref_obj = Source()
|
self.ref_obj = Source()
|
||||||
self.ref_obj.set_title("Source 1")
|
self.ref_obj.set_title("Source 1")
|
||||||
|
|
||||||
def todo_test_replace(self):
|
#def todo_test_replace(self):
|
||||||
pass
|
#pass
|
||||||
|
|
||||||
def test_merge_datamap(self):
|
def test_merge_datamap(self):
|
||||||
attr1 = SrcAttribute()
|
attr1 = SrcAttribute()
|
||||||
@ -1739,8 +1739,8 @@ class CitationBaseCheck(unittest.TestCase):
|
|||||||
self.phoenix.replace_citation_references('123456','654321')
|
self.phoenix.replace_citation_references('123456','654321')
|
||||||
self.assertEqual(self.phoenix.serialize(), self.obj_list.serialize())
|
self.assertEqual(self.phoenix.serialize(), self.obj_list.serialize())
|
||||||
|
|
||||||
def todo_test_replace_child(self):
|
#def todo_test_replace_child(self):
|
||||||
pass
|
#pass
|
||||||
|
|
||||||
def test_merge_identical(self):
|
def test_merge_identical(self):
|
||||||
citation = Citation()
|
citation = Citation()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user