Skip to content

Commit

Permalink
tweak to paper
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jul 5, 2020
1 parent b6e2eed commit ce4d3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ What programmer hasn't been in the scenario of running a group of tests,
and then having some fail? What can be done? The user might start an interactive
shell, import what is needed, and try to reproduce, or they can turn up verbosity
and add a bunch of print statements to figure out what is going on. GridTest makes
this much easier with it's `--interactive` mode, which allows the user to
this much easier with its `--interactive` mode, which allows the user to
shell into an interactive session right before the function is run to allow for debugging.
A detailed walkthrough of debugging is provided [here](https://vsoch.github.io/gridtest/getting-started/debugging/).

Expand Down

0 comments on commit ce4d3d1

Please sign in to comment.