Exemplo n.º 1
0
 def test_validate_star(self):
     crud._validate_event_types(['*'])
Exemplo n.º 2
0
 def test_validate_star(self):
     crud._validate_event_types(['*'])
Exemplo n.º 3
0
 def test_validate_events(self):
     crud._validate_event_types(event_data.ALL_EVENT_TYPES)
Exemplo n.º 4
0
 def test_validate_events(self):
     crud._validate_event_types(event_data.ALL_EVENT_TYPES)