Skip to content

Commit 5ee9087

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 348a207 commit 5ee9087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ failure_count=0
88
for test_file in $(find . -type f -name "test_*.py"); do
99
echo "Running $test_file..."
1010
pytest "$test_file"
11-
11+
1212
# Check the exit status of pytest
1313
if [ $? -ne 0 ]; then
1414
echo "Test failed: $test_file"

0 commit comments

Comments
 (0)