You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests_and_examples/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ In this directory, you find unitary and regression tests for SlicingDice client.
6
6
2. Provide regression tests that can be executed by anyone with one simple command
7
7
8
8
## Data
9
-
The `examples/` directory contains one file for each [SlicingDice query](http://panel.slicingdice.com/docs/#data-querying) in JSON format.
9
+
The `examples/` directory contains one file for each [SlicingDice query](https://docs.slicingdice.com/docs/how-to-make-queries) in JSON format.
10
10
11
11
Each JSON file contains a list of examples, such as the following excerpt, with the following elements:
12
12
13
13
*`name`: Test name, as it will be printed on screen.
14
-
*`columns`: [Columns](http://panel.slicingdice.com/docs/#data-modeling-columns) that will be created for this test.
15
-
*`insert`: Data that will be [inserted](http://panel.slicingdice.com/docs/#data-inserting) in this test.
16
-
*`query`: [Query](http://panel.slicingdice.com/docs/#data-querying) that will extract some information for the inserted data.
14
+
*`columns`: [Columns](https://docs.slicingdice.com/docs/how-to-create-columns) that will be created for this test.
15
+
*`insert`: Data that will be [inserted](https://docs.slicingdice.com/docs/how-to-insert-data) in this test.
16
+
*`query`: [Query](https://docs.slicingdice.com/docs/how-to-make-queries) that will extract some information for the inserted data.
17
17
*`expected`: Expected result message after SlicingDice executes the query. Values marked as `"ignore"` won't be taken into account to determine whether the test has passed or failed.
0 commit comments