Skip to content

Commit 9672d02

Browse files
Merge pull request #22 from dreamer-coding/new_asserts
New asserts
2 parents bdced99 + 4a16d15 commit 9672d02

29 files changed

+1521
-1508
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Before getting started, make sure you have the following installed:
4646
# ======================
4747
[wrap-git]
4848
url = https://github.com/fossillogic/fossil-test.git
49-
revision = v1.0.4
49+
revision = v1.0.5
5050

5151
[provide]
5252
fossil-test = fossil_test_dep
@@ -88,46 +88,55 @@ The Fossil Test CLI is a command-line tool designed to help you run and manage y
8888
### Examples
8989

9090
- Display version information:
91+
9192
```sh
9293
fossil_cli --version
9394
```
9495

9596
- Show help message:
97+
9698
```sh
9799
fossil_cli --help
98100
```
99101

100102
- Run only tests tagged with "unit" and "integration":
103+
101104
```sh
102105
fossil_cli only=unit,integration
103106
```
104107

105108
- Enable reverse order of test execution:
109+
106110
```sh
107111
fossil_cli reverse enable
108112
```
109113

110114
- Repeat the test suite 5 times:
115+
111116
```sh
112117
fossil_cli repeat=5
113118
```
114119

115120
- Enable verbose output:
121+
116122
```sh
117123
fossil_cli verbose verbose
118124
```
119125

120126
- List all available tests:
127+
121128
```sh
122129
fossil_cli list
123130
```
124131

125132
- Enable test result summary:
133+
126134
```sh
127135
fossil_cli summary enable
128136
```
129137

130138
- Enable colored output:
139+
131140
```sh
132141
fossil_cli color enable
133142
```

0 commit comments

Comments
 (0)