Skip to content

Commit c37a4ab

Browse files
committed
chore: add run_tests.sh for deterministic seed bounty Peter7896#2
1 parent b9d09de commit c37a4ab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

run_tests.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
# Run deterministic seed tests — Kickama bounty #2 (PR #13)
3+
set -euo pipefail
4+
cd "$(dirname "$0")"
5+
python -m unittest tests.test_data_generator_determinism -v
6+
echo "OK: deterministic seed tests passed"

0 commit comments

Comments
 (0)