示例#1
0
def status_test():
    timeo = Timeo(id='tata',
                  timezone='UTC',
                  service_url='http://bob.com/',
                  service_args={
                      'a': 'bobette',
                      'b': '12'
                  })
    status = timeo.status()
    assert status['id'] == 'tata'
示例#2
0
def status_test():
    timeo = Timeo(id=u"tata-é$~#@\"*!'`§èû",
                  timezone='UTC',
                  service_url='http://bob.com/',
                  service_args={
                      'a': 'bobette',
                      'b': '12'
                  })
    status = timeo.status()
    assert status['id'] == u'tata-é$~#@"*!\'`§èû'