Beispiel #1
0
 def choices():
     return get_attribute_keys_from_class(RiskTags)
Beispiel #2
0
 def choices():
     return get_attribute_keys_from_class(SortDirection)
Beispiel #3
0
 def choices():
     return get_attribute_keys_from_class(FileCategory)
Beispiel #4
0
 def choices():
     return get_attribute_keys_from_class(CaseStatus)
Beispiel #5
0
 def choices():
     return get_attribute_keys_from_class(Severity)
Beispiel #6
0
 def choices():
     return get_attribute_keys_from_class(AlertState)
Beispiel #7
0
 def choices():
     return get_attribute_keys_from_class(ExposureType)
Beispiel #8
0
 def choices():
     return get_attribute_keys_from_class(RuleType)
 def choices():
     return get_attribute_keys_from_class(HighRiskEmployeeFilters)
Beispiel #10
0
 def choices():
     return get_attribute_keys_from_class(SyncDestination)
Beispiel #11
0
 def choices():
     return get_attribute_keys_from_class(EventType)
Beispiel #12
0
 def choices():
     return get_attribute_keys_from_class(Source)
Beispiel #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"}
Beispiel #14
0
 def choices():
     return get_attribute_keys_from_class(SharingTypeAdded)
Beispiel #15
0
 def choices():
     return get_attribute_keys_from_class(DepartingEmployeeFilters)