We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab19c8d commit e54062eCopy full SHA for e54062e
app/docs/coverage/page.tsx
@@ -58,6 +58,14 @@ export default function DocsPage() {
58
</p>
59
</Link>
60
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
+
69
<Link
70
href="/docs/coverage/flutter"
71
className="block p-6 border rounded-lg hover:border-pink-600"
0 commit comments