From 09ae8c0f30727a54e8d7780da34f834e27ebc0b9 Mon Sep 17 00:00:00 2001 From: Lukas Masuch Date: Fri, 15 Jan 2021 01:06:06 +0100 Subject: [PATCH] Add project: xdoctest. Closes #5 --- projects.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects.yaml b/projects.yaml index 472831e..084dc8f 100644 --- a/projects.yaml +++ b/projects.yaml @@ -1227,3 +1227,8 @@ projects: description: "Unittest is a test framework included in the Python standard library." resource: True category: testing + - name: xdoctest + pypi_id: xdoctest + github_id: Erotemic/xdoctest + conda_forge: conda-forge/xdoctest + category: testing