Found a real gap. test_parity.py checks that dev has seed data and that all four have the required tables — but nothing verifies staging and prod are NOT seeded. Their templates set include_seed_data false; if that flag were ever flipped, production would get test data and no test would catch it.
Found a real gap. test_parity.py checks that dev has seed data and that all four have the required tables — but nothing verifies staging and prod are NOT seeded. Their templates set include_seed_data false; if that flag were ever flipped, production would get test data and no test would catch it.