Ejemplo n.º 1
0
 def choices():
     return get_attribute_keys_from_class(RiskTags)
Ejemplo n.º 2
0
 def choices():
     return get_attribute_keys_from_class(SortDirection)
Ejemplo n.º 3
0
 def choices():
     return get_attribute_keys_from_class(FileCategory)
Ejemplo n.º 4
0
 def choices():
     return get_attribute_keys_from_class(CaseStatus)
Ejemplo n.º 5
0
 def choices():
     return get_attribute_keys_from_class(Severity)
Ejemplo n.º 6
0
 def choices():
     return get_attribute_keys_from_class(AlertState)
Ejemplo n.º 7
0
 def choices():
     return get_attribute_keys_from_class(ExposureType)
Ejemplo n.º 8
0
 def choices():
     return get_attribute_keys_from_class(RuleType)
Ejemplo n.º 9
0
 def choices():
     return get_attribute_keys_from_class(HighRiskEmployeeFilters)
Ejemplo n.º 10
0
 def choices():
     return get_attribute_keys_from_class(SyncDestination)
Ejemplo n.º 11
0
 def choices():
     return get_attribute_keys_from_class(EventType)
Ejemplo n.º 12
0
 def choices():
     return get_attribute_keys_from_class(Source)
Ejemplo n.º 13
0
def test_get_attribute_keys_from_class_returns_public_class_attribute_keys():
    public_attributes = util.get_attribute_keys_from_class(TestClass)
    assert set(public_attributes) == {"value1", "value2"}
Ejemplo n.º 14
0
 def choices():
     return get_attribute_keys_from_class(SharingTypeAdded)
Ejemplo n.º 15
0
 def choices():
     return get_attribute_keys_from_class(DepartingEmployeeFilters)