We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425eb93 commit bc2390eCopy full SHA for bc2390e
docs/quickstart.md
@@ -22,6 +22,16 @@ See more about [installation](/installation).
22
23
Once **bashunit** is installed, you're ready to get started.
24
25
+You can bootstrap a ready to use test suite with the `--init` option:
26
+
27
+```bash
28
+./lib/bashunit --init tests
29
+```
30
31
+This will create a `tests` directory containing a sample test and bootstrap file.
32
33
+Alternatively, create your tests manually:
34
35
1. First, create a folder to place your tests:
36
```bash
37
mkdir tests
0 commit comments