mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
10 lines
204 B
HTML
10 lines
204 B
HTML
{% extends "frame.html" %}
|
|
{% block body %}
|
|
<div class="page-header">
|
|
<h1>
|
|
libpathod.test
|
|
<small>Using pathod and pathoc in your unit tests.</small>
|
|
</h1>
|
|
</div>
|
|
{% endblock %}
|