Skip to content

Commit 9d1b26f

Browse files
committed
docs: format test descriptions
[skip ci]
1 parent aa8abac commit 9d1b26f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Testing this extension
2+
23
This directory contains all the tests for this extension. The `sql` directory holds tests that are written as [SQLLogicTests](https://duckdb.org/dev/sqllogictest/intro.html). DuckDB aims to have most its tests in this format as SQL statements, so for the quack extension, this should probably be the goal too.
34

45
The root makefile contains targets to build and run all of these tests. To run the SQLLogicTests:
6+
57
```bash
68
make test
79
```
8-
or
10+
11+
or
12+
913
```bash
1014
make test_debug
11-
```
15+
```

0 commit comments

Comments
 (0)