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