예제 #1
0
 def test_get_doctypes_with_doctypes(self):
     doc_types = get_doctypes().keys()
     assert len(get_doctypes(doc_types[:1])) == 1
예제 #2
0
파일: test_index.py 프로젝트: xrile/fjord
 def test_get_doctypes_with_doctypes(self):
     doc_types = get_doctypes().keys()
     assert len(get_doctypes(doc_types[:1])) == 1
예제 #3
0
 def test_get_doctypes(self):
     assert len(get_doctypes()) > 0
예제 #4
0
파일: test_index.py 프로젝트: xrile/fjord
 def test_get_doctypes(self):
     assert len(get_doctypes()) > 0