Skip to content

Commit

Permalink
[skip ci] Docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-build committed Nov 29, 2023
1 parent 6c83665 commit eafc2bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,9 @@ <h3 id="requestsummarylogdatafixture"><a class="header" href="#requestsummarylog
log_data: dict[str, Any] = extract_request_summary_log_data(record)
assert log_data == expected_log_data
</code></pre>
<h2 id="suggest-specific-fixtures"><a class="header" href="#suggest-specific-fixtures">Suggest Specific Fixtures</a></h2>
<p>These fixtures are specific to Firefox Suggest and should only be injected
for tests for Firefox Suggest.</p>
<h3 id="injectprovidersfixture--providersfixture"><a class="header" href="#injectprovidersfixture--providersfixture">InjectProvidersFixture &amp; ProvidersFixture</a></h3>
<p>These fixture will setup and teardown given providers.</p>
<p><em><strong>Usage:</strong></em></p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions testing/integration-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ <h3 id="requestsummarylogdatafixture"><a class="header" href="#requestsummarylog
log_data: dict[str, Any] = extract_request_summary_log_data(record)
assert log_data == expected_log_data
</code></pre>
<h2 id="suggest-specific-fixtures"><a class="header" href="#suggest-specific-fixtures">Suggest Specific Fixtures</a></h2>
<p>These fixtures are specific to Firefox Suggest and should only be injected
for tests for Firefox Suggest.</p>
<h3 id="injectprovidersfixture--providersfixture"><a class="header" href="#injectprovidersfixture--providersfixture">InjectProvidersFixture &amp; ProvidersFixture</a></h3>
<p>These fixture will setup and teardown given providers.</p>
<p><em><strong>Usage:</strong></em></p>
Expand Down

0 comments on commit eafc2bb

Please sign in to comment.