Skip to content

Commit 5e0d550

Browse files
author
Arturo R Montesinos
committed
chore(pre-commit): fix fast test names in pre-push subset
1 parent f75ff4d commit 5e0d550

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/fast_tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33
# 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
4+
# 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

Comments
 (0)