예제 #1
0
 def test_screen(self):
     segment.screen('userId')
     segment.flush()
예제 #2
0
 def test_flush(self):
     segment.flush()
예제 #3
0
 def test_page(self):
     segment.page('userId')
     segment.flush()
예제 #4
0
 def test_alias(self):
     segment.alias('previousId', 'userId')
     segment.flush()
예제 #5
0
 def test_group(self):
     segment.group('userId', 'groupId')
     segment.flush()
예제 #6
0
 def test_identify(self):
     segment.identify('userId', {'email': '*****@*****.**'})
     segment.flush()
예제 #7
0
 def test_track(self):
     segment.track('userId', 'python module event')
     segment.flush()