We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75ff4d commit 5e0d550Copy full SHA for 5e0d550
scripts/fast_tests.sh
@@ -1,4 +1,7 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
# Minimal fast test subset for pre-push hook.
4
-pytest -q tests/test_parser_edges.py::test_aliases tests/test_dialects.py::test_index_name_truncation
+# Use existing test names to provide quick signal.
5
+pytest -q \
6
+ tests/test_parser_edges.py::test_aliases_columns_and_types \
7
+ tests/test_dialects.py::test_identifier_length_truncation
0 commit comments