Several changes:
Context: - ORM models completed and tested - Deactivated unneeded code-linting warnings - Improved coding of fast_hasher method - Added test unit for fast_hasher method - Improved organization and structure of test units
Showing
- run_local_tests.sh 3 additions, 1 deletionrun_local_tests.sh
- src/context/service/database/ConfigModel.py 2 additions, 2 deletionssrc/context/service/database/ConfigModel.py
- src/context/service/database/ConstraintModel.py 2 additions, 2 deletionssrc/context/service/database/ConstraintModel.py
- src/context/service/database/ContextModel.py 2 additions, 2 deletionssrc/context/service/database/ContextModel.py
- src/context/service/database/DeviceModel.py 2 additions, 2 deletionssrc/context/service/database/DeviceModel.py
- src/context/service/database/LinkModel.py 1 addition, 1 deletionsrc/context/service/database/LinkModel.py
- src/context/service/database/RelationModels.py 4 additions, 4 deletionssrc/context/service/database/RelationModels.py
- src/context/service/database/ServiceModel.py 1 addition, 1 deletionsrc/context/service/database/ServiceModel.py
- src/context/service/database/Tools.py 23 additions, 5 deletionssrc/context/service/database/Tools.py
- src/context/service/database/TopologyModel.py 2 additions, 2 deletionssrc/context/service/database/TopologyModel.py
- src/context/tests/example_objects.py 142 additions, 0 deletionssrc/context/tests/example_objects.py
- src/context/tests/test_unitary_fast_hasher.py 30 additions, 0 deletionssrc/context/tests/test_unitary_fast_hasher.py
- src/context/tests/test_unitary_grpc.py 136 additions, 215 deletionssrc/context/tests/test_unitary_grpc.py
- src/context/tests/test_unitary_rest.py 57 additions, 0 deletionssrc/context/tests/test_unitary_rest.py
Loading
Please register or sign in to comment