Skip to content

Commit e54062e

Browse files
committed
.
1 parent ab19c8d commit e54062e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/docs/coverage/page.tsx

+8
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ export default function DocsPage() {
5858
</p>
5959
</Link>
6060

61+
<Link
62+
href="/docs/coverage/python"
63+
className="block p-6 border rounded-lg hover:border-pink-600"
64+
>
65+
<h3 className="text-xl font-semibold mb-2">Python Testing</h3>
66+
<p className="text-gray-600">pytest and other Python test frameworks</p>
67+
</Link>
68+
6169
<Link
6270
href="/docs/coverage/flutter"
6371
className="block p-6 border rounded-lg hover:border-pink-600"

0 commit comments

Comments
 (0)