semantics
This commit is contained in:
@@ -2,8 +2,8 @@ from src.core.config_models import Environment
|
||||
from src.core.logger import belief_scope
|
||||
|
||||
|
||||
# [DEF:test_environment_model:Function]
|
||||
# @RELATION: TESTS -> Environment
|
||||
# #region test_environment_model [C:2] [TYPE Function]
|
||||
# @RELATION BINDS_TO -> Environment
|
||||
# @PURPOSE: Tests that Environment model correctly stores values.
|
||||
# @PRE: Environment class is available.
|
||||
# @POST: Values are verified.
|
||||
@@ -19,4 +19,4 @@ def test_environment_model():
|
||||
assert env.id == "test-id"
|
||||
assert env.name == "test-env"
|
||||
assert env.url == "http://localhost:8088/api/v1"
|
||||
# [/DEF:test_environment_model:Function]
|
||||
# #endregion test_environment_model
|
||||
|
||||
Reference in New Issue
Block a user