Example #1
0
def test_1():
	global exp1, file1
	obj1 = readHeader(file1)
	assert obj1 == exp1
Example #2
0
def test_2():
	global exp2, file2
	obj2 = readHeader(file2, ':')
	assert obj2 == exp2