11# ` runo ` Config File Reference
22
3- ## Table of content
3+ ## Table of contents
44- [ Introduction] ( #introduction )
55- [ Commands] ( #commands )
66- - [ Mandatory fields] ( #mandatory-fields )
@@ -32,7 +32,7 @@ Therefore, `runo` config contains 2 lists of objects:
3232
3333## Commands
3434
35- Configuration of every command consists of several simple fields.
35+ Configuration of every command consists of several simple fields.
3636First, few examples, and then we will discuss details.
3737- Simplest case: command config uses only mandatory fields:
3838``` toml
@@ -46,7 +46,7 @@ execute = "python3 -m tests.e2e.run"
4646[[commands ]]
4747name = " test"
4848description = " runs unit tests"
49- before = [" echo This is just an exampe " , " echo You should configure your tests here" ]
49+ before = [" echo This is just an example " , " echo You should configure your tests here" ]
5050execute = " pytest"
5151after =[" echo done > /dev/null" ]
5252examples = [" tests --cov -vv" , " tests --last-failed" ]
@@ -114,7 +114,7 @@ the main part. Example:
114114Similar to ` before ` , but executed after the main part. Example:
115115- ` ["rm -f /tmp/unneeded_files*"] `
116116
117- Please note that these command are executed on host machine (not inside container).
117+ Please note that these commands are executed on host machine (not inside container).
118118
119119#### ` docker_container ` (` string ` )
120120
0 commit comments