Skip to content

Commit

Permalink
ADD: Bash block in the contributing markdown (Significant-Gravitas#3701)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Beales <[email protected]>
  • Loading branch information
ambujpawar and richbeales authored May 4, 2023
1 parent d9170ca commit 7d23452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7d23452

Please sign in to comment.