Beispiel #1
0
    def test_user_assign(self):
        assert raises(Exception, iso3166, 666)

        iso3166._known[666] = ('XX', 'XXX', 'Hell')

        assert iso3166(666).name == 'Hell'
Beispiel #2
0
 def test_ctor_bad(self):
     assert raises(Exception, ISBNt, (0,))