We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903b2af commit f7bdbb5Copy full SHA for f7bdbb5
.github/workflows/ci.yml
@@ -68,8 +68,7 @@ jobs:
68
--ignore=tests/test_turso.py \
69
--ignore=tests/test_firebird.py \
70
--ignore=tests/test_ssh.py \
71
- --ignore=tests/test_clickhouse.py \
72
- --ignore=tests/performance/
+ --ignore=tests/test_clickhouse.py
73
74
test-sqlite:
75
runs-on: ubuntu-latest
tests/performance/test_large_dataset_rendering.py
@@ -102,7 +102,7 @@ def mock_app_context():
102
mock_settings = MockSettingsStore({"theme": "tokyo-night"})
103
104
return patch.multiple(
105
- "sqlit.app",
+ "sqlit.config",
106
load_connections=mock_connections.load_all,
107
load_settings=mock_settings.load_all,
108
save_settings=mock_settings.save_all,
0 commit comments