Skip to content

Commit

Permalink
Enhance the reading flow of the debugging section
Browse files Browse the repository at this point in the history
  • Loading branch information
teiesti committed Sep 2, 2024
1 parent 4e045d9 commit 5002de5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clintest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@
### Debugging
Understanding why a test has failed can be challenging if one has no insight into the interaction between the test and the solver.
This is where `clintest.test.Record`, a test that can be wrapped around any other test, comes in handy.
This is where `clintest.test.Record` comes in handy.
`clintest.test.Record` can be wrapped around any other test to save crucial information.
```
from clintest.test import Record
Expand Down

0 comments on commit 5002de5

Please sign in to comment.