Example #1
0
def test_notlike():
	students = Table("students.json")
	assert students.notlike("name","^G.*").count()(False) == 9