mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
In test_env, check both utils and plugin env
This commit is contained in:
@@ -99,5 +99,8 @@ def test_env_redis_1():
|
|||||||
reload_2_3(pytest_gui_status.status_plugin.plugin)
|
reload_2_3(pytest_gui_status.status_plugin.plugin)
|
||||||
reload_2_3(status_plugin)
|
reload_2_3(status_plugin)
|
||||||
|
|
||||||
|
redis_cmd_final = pytest_gui_status.utils.command_redis_server
|
||||||
|
assert(redis_cmd_final == "test_redis --port 1234 --test_arg = test_val")
|
||||||
|
|
||||||
redis_cmd_final = status_plugin.command_redis_server
|
redis_cmd_final = status_plugin.command_redis_server
|
||||||
assert(redis_cmd_final == "test_redis --port 1234 --test_arg = test_val")
|
assert(redis_cmd_final == "test_redis --port 1234 --test_arg = test_val")
|
||||||
|
|||||||
Reference in New Issue
Block a user