From 61b6e7fcd15c8ae14810a9937abbb2b8036a8d8d Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Mon, 3 Feb 2025 13:18:26 +0100 Subject: [PATCH] CONTRIBUTING.md enhancemets --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 408458d7..8e5421d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ flowchart TD style PartMC fill:#7ae7ff,stroke-width:2px,color:#2B2B2B ``` -## How to debug +## How to run tests (using pytest) and debug (using gdb) ```sh git clone --recursive git+https://github.com/open-atmos/PyPartMC.git cd PyPartMC