Chore
* chore: trestle release
chore: trestle release ([`f76a2d1`](https://github.com/oscal-compass/compliance-trestle/commit/f76a2d1944e02a74cc782fa1c6812df66ce45422))
* chore: Merge back version tags and changelog into develop. ([`e6dd0d7`](https://github.com/oscal-compass/compliance-trestle/commit/e6dd0d7b94ba7581800bb10304d973ffe5e7d0bf))
Feature
* feat: osco results remove scc_goal_description (736)
- remove scc_goal_description class (but keep benchmark_id property)
- use result id rather than benchmark.id for scc_predefined_profile
class
- fix corresponding expected test outputs
- reduce size of rhel7 expected test output
Co-authored-by: Chris Butler <christhebutlers.me> ([`f687a3d`](https://github.com/oscal-compass/compliance-trestle/commit/f687a3dcc44590a60f777d38eafe4013d54909e6))
Fix
* fix: Ensure a minimimal code base is delivered via pypi (741)
Signed-off-by: Chris Butler <christhebutlers.me> ([`03557bd`](https://github.com/oscal-compass/compliance-trestle/commit/03557bdd44980899342665bac2d1905489981a75))
* fix: Adding extra documentation for element path. (735)
* fix: Add extra documenntation for element path
Signed-off-by: Chris Butler <christhebutlers.me>
* chore: Correcting typos.
Signed-off-by: Chris Butler <christhebutlers.me> ([`bc32371`](https://github.com/oscal-compass/compliance-trestle/commit/bc32371e3f81adab5cd4621055421f2acb05c566))
* fix: Test files to confirm and close issues (732)
* fix: Adding extra test files.
Signed-off-by: Chris Butler <christhebutlers.me>
* fix: Updated code docs.
Signed-off-by: Chris Butler <christhebutlers.me>
* fix: Correct packages
Signed-off-by: Chris Butler <christhebutlers.me> ([`e87eb84`](https://github.com/oscal-compass/compliance-trestle/commit/e87eb84aabffd842275a673e63e42c75bd418203))
Refactor
* refactor: use monkeypatch to replace mock library patch blocks (739)
* chore(tests): replace mock patching with monkeypatch(ing) instead.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(tests): linted and formatted.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(tests): One monkeypatch switch for cache_test.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(cache_test): with patch (unittest) blocks replaced with monkeypatch in cache_test.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(conftest): monkeypatch switched for unittest patch block in conftest.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(split_test): monkeypatch instead of unittest patch block in split_test.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(validate_test): monkeypatch instead of unittest &39;with patch&39; blocks in validate_test.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(init_test): monkeypatch instead of unittest &39;with patch&39; blocks in init_test.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(href_test): monkeypatch instead of unittest &39;with patch&39; blocks in href_test.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(version_test): monkeypatch instead of unittest &39;with patch&39; block in version_test.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(import__test): monkeypatch instead of unittest &39;with patch&39; blocks in import__test.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(main_test): monkeypatch instead of unittest &39;with patch&39; block in main_test.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(cli_test): monkeypatch instead of unittest &39;with patch&39; block in cli_test.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* chore(test_utils): monkeypatch instead of unittest &39;with patch&39; block in test_utils.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* Revert &34;chore(test_utils): monkeypatch instead of unittest &39;with patch&39; block in test_utils.py.&34;
This reverts commit a99ad81a143f43b0c656d8975fa9c670d75b9b46.
Explanation:
The changes being reverted really just makes the code look nicer for one &39;with patch&39; block.
If this is indeed replaced with monkeypatch, with the latter as an art for the create_trestle_project_with_model()
function, then all calls to create_trestle_project_with_model() will need refactoring to include a MonkeyPatch
argument. This does not seem worth it, so reverting.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
* refactor(tests): monkeypatch instead of unittest &39;with patch&39; block in test_utils.py and, being affected, split_test.py.
Signed-off-by: Jeff Tan <jefferson.tangmail.com>
Co-authored-by: Chris Butler <christhebutlers.me> ([`88a4f3c`](https://github.com/oscal-compass/compliance-trestle/commit/88a4f3ccc08778deb3596c06203bd139048af25f))