diff --git a/tests/unit/test_env.py b/tests/unit/test_env.py index 67a9c292..672fdbe5 100644 --- a/tests/unit/test_env.py +++ b/tests/unit/test_env.py @@ -40,6 +40,11 @@ def test_get_env_str(self): self.env.stop() assert self.env.isUp() == False + def test_compare_env(self): + self.env = Env() + assert self.env.compareEnvs(Env()) is True + assert self.env.compareEnvs(Env(useAof=True)) is False + def test_get_connection(self): pass
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: