TEST: Unit test speed up#1872
Merged
rlundeen2 merged 1 commit intoJun 1, 2026
Merged
Conversation
…guidance - Add num_templates=2 to 7 jailbreak attack generation tests that were iterating over all 165 templates just to check attack types. test_attack_generation_for_complex went from 6.09s to 0.09s. - Remove test_attack_generation_for_all (subset of other tests) and merge test_get_atomic_attacks_async_returns_attacks assertions into test_attack_runs_include_objectives (duplicate setup). - Update test.instructions.md to direct full test passes to make unit-test (parallelized) rather than invoking pytest directly. Net: ~27%% faster full unit-test pass (147s -> 107s), no coverage lost. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
romanlutz
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
And did some low-hanging speed ups
Net: ~27%% faster full unit-test pass (147s -> 107s), no coverage lost.