Skip to content

Commit

Permalink
Deployed dea4e09 to main with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 14, 2025
1 parent 48846d1 commit ca9e310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main/search/search_index.json

Large diffs are not rendered by default.

Binary file modified main/sitemap.xml.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions main/testing/UnitTests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2412,7 +2412,7 @@ <h1 id="aca-py-unit-tests">ACA-Py Unit Tests<a class="headerlink" href="#aca-py-
<h2 id="running-unit-tests-in-aca-py">Running unit tests in ACA-Py<a class="headerlink" href="#running-unit-tests-in-aca-py" title="Permanent link">&para;</a></h2>
<ul>
<li><code>./scripts/run_tests</code></li>
<li><code>./scripts/run_tests aries_cloudagent/protocols/out_of_band/v1_0/tests</code></li>
<li><code>./scripts/run_tests acapy_agent/protocols/out_of_band/v1_0/tests</code></li>
</ul>
<p>Note: The <code>bbs</code> library is not installed with ACA-Py by default, therefore unit tests involving BBS Signatures are disabled. To run BBS tests add the <code>--all-extras</code> flag:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="w"> </span>./scripts/run_tests<span class="w"> </span>--all-extras
Expand Down Expand Up @@ -2458,7 +2458,7 @@ <h2 id="pytest">Pytest<a class="headerlink" href="#pytest" title="Permanent link
<a id="__codelineno-2-6" name="__codelineno-2-6" href="#__codelineno-2-6"></a> <span class="n">event_bus</span><span class="o">.</span><span class="n">unsubscribe</span><span class="p">(</span><span class="n">re</span><span class="o">.</span><span class="n">compile</span><span class="p">(</span><span class="s2">&quot;.*&quot;</span><span class="p">),</span> <span class="n">processor</span><span class="p">)</span>
<a id="__codelineno-2-7" name="__codelineno-2-7" href="#__codelineno-2-7"></a> <span class="k">assert</span> <span class="ow">not</span> <span class="n">event_bus</span><span class="o">.</span><span class="n">topic_patterns_to_subscribers</span>
</code></pre></div>
<p>From aries_cloudagent/core/event_bus.py</p>
<p>From acapy_agent/core/event_bus.py</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a><span class="k">class</span><span class="w"> </span><span class="nc">EventBus</span><span class="p">:</span>
<a id="__codelineno-3-2" name="__codelineno-3-2" href="#__codelineno-3-2"></a> <span class="k">def</span><span class="w"> </span><span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<a id="__codelineno-3-3" name="__codelineno-3-3" href="#__codelineno-3-3"></a> <span class="bp">self</span><span class="o">.</span><span class="n">topic_patterns_to_subscribers</span><span class="p">:</span> <span class="n">Dict</span><span class="p">[</span><span class="n">Pattern</span><span class="p">,</span> <span class="n">List</span><span class="p">[</span><span class="n">Callable</span><span class="p">]]</span> <span class="o">=</span> <span class="p">{}</span>
Expand Down

0 comments on commit ca9e310

Please sign in to comment.