def test_gso_set_model(): gso = GSO("foo") model = "smiley.egg" gso.set_model(model) assert model == gso.getPythonTag("model")