Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5009 +/- ##
==========================================
- Coverage 96.84% 96.84% -0.01%
==========================================
Files 606 606
Lines 65404 65282 -122
==========================================
- Hits 63341 63220 -121
+ Misses 2063 2062 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 10, 2026
Summary: Pull Request resolved: facebook#5009 Part of a 19-diff stack to consolidate repetitive tests across Ax using `subTest`. Consolidate 12 test files in ax/core/ — adds subTest to experiment, metric, parameter constraint, runner, trial, and types tests. Differential Revision: D95604288
888ecf8 to
44a460d
Compare
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 16, 2026
Summary: Pull Request resolved: facebook#5009 Part of a 19-diff stack to consolidate repetitive tests across Ax using `subTest`. Consolidate 12 test files in ax/core/ — adds subTest to experiment, metric, parameter constraint, runner, trial, and types tests. Differential Revision: D95604288
44a460d to
a817f4e
Compare
added 2 commits
March 17, 2026 11:20
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax and PTS using `subTest`. Consolidate 8 test files in ax/adapter/ and ax/adapter/transforms/ — adds subTest parameterization to torch adapter, trial-as-task transform, logit transform, and objective-as-constraint tests. Differential Revision: D95603401
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax and PTS using `subTest`. Consolidate 11 test files in ax/analysis/ (plotly, healthcheck, graphviz) — adds subTest to top surfaces, metric summary, search space summary, and summary tests. Differential Revision: D95603642
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 17, 2026
Summary: Pull Request resolved: facebook#5009 Part of a 19-diff stack to consolidate repetitive tests across Ax using `subTest`. Consolidate 12 test files in ax/core/ — adds subTest to experiment, metric, parameter constraint, runner, trial, and types tests. Differential Revision: D95604288
a817f4e to
a030f5b
Compare
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax and PTS using `subTest`. Consolidate 11 test files in ax/api/ and ax/benchmark/ — adds subTest to benchmark result, benchmark metric, and API utils tests. Differential Revision: D95606935
Summary: Pull Request resolved: facebook#5009 Part of a 19-diff stack to consolidate repetitive tests across Ax using `subTest`. Consolidate 12 test files in ax/core/ — adds subTest to experiment, metric, parameter constraint, runner, trial, and types tests. Differential Revision: D95604288
a030f5b to
2f8a634
Compare
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.
Summary:
Part of a 19-diff stack to consolidate repetitive tests across Ax using
subTest. Consolidate 12 test files in ax/core/ — adds subTest to experiment, metric, parameter constraint, runner, trial, and types tests.Differential Revision: D95604288