Context:
- corrected unitary test order and one-by-one execution - extractedunitary test constant to separate file - added updated_at refresh for Service and Slice entities - corrected return types for Connection entity - prepared PolicyRule entity to raise events and corrected return types of methods
Showing
- src/context/service/ContextServiceServicerImpl.py 13 additions, 8 deletionssrc/context/service/ContextServiceServicerImpl.py
- src/context/service/Events.py 2 additions, 3 deletionssrc/context/service/Events.py
- src/context/service/database/Connection.py 2 additions, 2 deletionssrc/context/service/database/Connection.py
- src/context/service/database/PolicyRule.py 22 additions, 13 deletionssrc/context/service/database/PolicyRule.py
- src/context/service/database/Service.py 1 addition, 0 deletionssrc/context/service/database/Service.py
- src/context/service/database/Slice.py 1 addition, 0 deletionssrc/context/service/database/Slice.py
- src/context/service/database/models/PolicyRuleModel.py 4 additions, 3 deletionssrc/context/service/database/models/PolicyRuleModel.py
- src/context/tests/Constants.py 15 additions, 0 deletionssrc/context/tests/Constants.py
- src/context/tests/test_connection.py 1 addition, 2 deletionssrc/context/tests/test_connection.py
- src/context/tests/test_context.py 1 addition, 2 deletionssrc/context/tests/test_context.py
- src/context/tests/test_device.py 1 addition, 2 deletionssrc/context/tests/test_device.py
- src/context/tests/test_link.py 1 addition, 2 deletionssrc/context/tests/test_link.py
- src/context/tests/test_policy.py 1 addition, 1 deletionsrc/context/tests/test_policy.py
- src/context/tests/test_service.py 1 addition, 2 deletionssrc/context/tests/test_service.py
- src/context/tests/test_slice.py 1 addition, 2 deletionssrc/context/tests/test_slice.py
- src/context/tests/test_topology.py 1 addition, 2 deletionssrc/context/tests/test_topology.py
Loading
Please register or sign in to comment