Home | History | Annotate | Download | only in test

Lines Matching refs:Bogus

1646         class Bogus(tzinfo):
1649 bog = Bogus()
2297 # But this should yield a value error -- the utcoffset is bogus.
2475 # Try a bogus uctoffset.
2476 class Bogus(tzinfo):
2479 t1 = self.theclass(2, 2, 2, tzinfo=Bogus())