GovReady / govready-q

An open source, self-service GRC tool to automate security assessments and compliance.
https://q.govready.com
Other
179 stars 56 forks source link

Create OSCAL catalog for CMMC #1636

Closed gregelin closed 3 years ago

davidpofo commented 3 years ago

test is failing because test expects 3 default catalogs. need to change this to 4. self.assertEqual(len(catalog_list), 3) --> self.assertEqual(len(catalog_list), 4). Might want to check that the regex pattern change does not effect anything else. @gregelin