Skip to content

Commit

Permalink
Added test for comparing envs
Browse files Browse the repository at this point in the history
  • Loading branch information
alonre24 committed Jul 6, 2021
1 parent 1bdea89 commit 2a871a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2a871a6

Please sign in to comment.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy