Consolidate ax/api and ax/benchmark tests (#5008)#5008
Open
eonofrey wants to merge 3 commits intofacebook:mainfrom
Open
Consolidate ax/api and ax/benchmark tests (#5008)#5008eonofrey wants to merge 3 commits intofacebook:mainfrom
eonofrey wants to merge 3 commits intofacebook:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5008 +/- ##
==========================================
- Coverage 96.84% 96.84% -0.01%
==========================================
Files 606 606
Lines 65404 65339 -65
==========================================
- Hits 63341 63277 -64
+ Misses 2063 2062 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
820ca84 to
b4c8532
Compare
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 10, 2026
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax 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
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 16, 2026
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax 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
b4c8532 to
56404e2
Compare
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 16, 2026
Summary: Pull Request resolved: facebook#5008 Part of a 19-diff stack to consolidate repetitive tests across Ax 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
56404e2 to
1f3cd94
Compare
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax 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
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax 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
1f3cd94 to
e4010e6
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 11 test files in ax/api/ and ax/benchmark/ — adds subTest to benchmark result, benchmark metric, and API utils tests.Differential Revision: D95606935