ADD: Bash block in the contributing markdown (#3701)

Co-authored-by: Richard Beales <rich@richbeales.net>
This commit is contained in:
Ambuj Pawar
2023-05-04 20:08:54 +02:00
committed by GitHub
parent d9170cab22
commit 7d234522b7

View File

@@ -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