summaryrefslogtreecommitdiffstats
path: root/tests/test_rowlimit.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_rowlimit.py')
-rw-r--r--tests/test_rowlimit.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_rowlimit.py b/tests/test_rowlimit.py
index fd732eec..91389a15 100644
--- a/tests/test_rowlimit.py
+++ b/tests/test_rowlimit.py
@@ -3,6 +3,9 @@ from mock import Mock
import pytest
+# We need this fixtures beacause we need PGCli object to be created
+# after test collection so it has config loaded from temp directory
+
@pytest.fixture(scope="module")
def default_pgcli_obj():
return PGCli()