From d7b8ddfcd4ba85591a5717f857c1d8cbc17fc7bf Mon Sep 17 00:00:00 2001 From: Riccardo Cappuzzo <7548232+rcap107@users.noreply.github.com> Date: Wed, 30 Oct 2024 22:34:50 +0100 Subject: [PATCH] Update CONTRIBUTING.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Théo Jolivet <57430673+TheooJ@users.noreply.github.com> --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index dda909360..174477664 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -173,7 +173,7 @@ Testing the code Tests for files in a given folder should be located in a sub-folder named ``tests``: tests for Skrub objects are located in ``skrub/tests/``, -tests for the dataframe API are in ``skrub/_dataframe/tests`` and so on. +tests for the dataframe API are in ``skrub/_dataframe/tests/`` and so on. Tests should check all functionalities of the code that you are going to add. If needed, additional tests should be added to verify that other