X-As-Code
Here I offer an example project for X-As-Code.
This side is been hosted on:
- GitHub
Repository: https://github.com/PhilipPartsch/ReConf2023-Product-As-Code
GitHub Pipeline: https://github.com/PhilipPartsch/ReConf2023-Product-As-Code/actions
GitHub Pipeline Scripts: https://github.com/PhilipPartsch/ReConf2023-Product-As-Code/blob/main/.github/workflows/builddoc.yml
GitHub hosted documentation: https://philippartsch.github.io/ReConf2023-Product-As-Code/
ReadtheDocs Pipeline: https://readthedocs.org/projects/reconf2023-product-as-code/builds/
ReadtheDocs Pipeline Script: https://github.com/PhilipPartsch/ReConf2023-Product-As-Code/blob/main/.readthedocs.yaml
ReadtheDocs hosted documentation: https://reconf2023-product-as-code.readthedocs.io/en/latest/
- GitLab
Repository: https://gitlab.com/PhilipPartsch/reconf2023-product-as-code
Gitlab Pipeline: https://gitlab.com/PhilipPartsch/reconf2023-product-as-code/-/pipelines
Gitlab Pipeline Script: https://gitlab.com/PhilipPartsch/reconf2023-product-as-code/-/blob/main/.gitlab-ci.yml
GitLab hosted documentation: https://reconf2023-product-as-code-philippartsch-a4d4571b1b7e4136d3bdb6.gitlab.io
merge_dicts is a Python library to merge dictionaries.
Check out the Usage section for further information, including how to Installation the project.
Note
This project is under active development.
- Requirement Specifications & Overview
- Architecture & Overview
- API
- Usage
- Tests for merge_dicts
- Test specification for merge_dicts
sphinx_needs_test_spec
Test_Merge_Dicts
Test_Merge_Dicts.test_merge_dictionaries()
Test_Merge_Dicts.test_merge_dictionaries_different_content()
Test_Merge_Dicts.test_merge_dictionaries_double_defined_content()
Test_Merge_Dicts.test_merge_dictionaries_latest_defined_value_in()
Test_Merge_Dicts.test_merge_dictionaries_no_dict_exception()
Test_Merge_Dicts.test_merge_dictionaries_no_parameter()
Test_Merge_Dicts.test_merge_empty_dictionaries()
Test_Merge_Dicts.test_merge_many_dictionaries()
- Test results for merge_dicts
- Test log for merge_dicts
- Test specification for merge_dicts
- Test coverage for all tests
- Tests report for merge_dicts