From 7d234522b7833ada48ed1ddba5e494c24e8e00e7 Mon Sep 17 00:00:00 2001 From: Ambuj Pawar Date: Thu, 4 May 2023 20:08:54 +0200 Subject: [PATCH] ADD: Bash block in the contributing markdown (#3701) Co-authored-by: Richard Beales --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c410d0761f4f..5a7c6aceb459 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -138,7 +138,9 @@ To pick the challenge you like, go to the tests/integration/challenges folder an Here is an example of how to run the memory challenge A and attempt to beat level 3. +```bash pytest -s tests/integration/challenges/memory/test_memory_challenge_a.py --level=3 +``` To beat a challenge, you're not allowed to change anything in the tests folder, you have to add code in the autogpt folder