Esempio n. 1
0
def test_notin():
	students = Table("students.json")
	assert students.notin("class_id",[1,2]).count()(False) == 5