We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3bc5da + 8eaa34d commit 9ad7963Copy full SHA for 9ad7963
1 file changed
docs/configuration.md
@@ -10,7 +10,7 @@
10
* [Pytest](#pytest)<!-- endToc -->
11
12
You can create directory level configuration for approvals.
13
-To do this create a file named 'approvaltests_config.json' and place it in the same directory as your test.
+To do this create a file named `approvaltests_config.json` and place it in the same directory as your test.
14
As of right now, the only configuration that you can do is to add subdirectories where the approved and received files will show up.
15
There is nothing that you need to do in the tests themselves to use this.
16
@@ -20,7 +20,7 @@ You can find a [sample configuration here](/tests/configuration/approvaltests_co
20
21
## Examples
22
23
-A sample approvaltests_config.json:
+A sample `approvaltests_config.json`:
24
25
```
26
{
0 commit comments