Skip to content

Commit 8ce8c16

Browse files
NickCrewscpcloud
authored andcommitted
docs: re-order when to download test data
This probably needs to happend before actually running any tests.
1 parent da615e4 commit 8ce8c16

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/community/contribute/02_workflow.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ pytest -m core
2525
or any specific backends (`ibis/backends`) this material isn't necessary to
2626
follow to make a pull request.
2727

28+
First, we need to download example data to run the tests successfully:
29+
30+
```sh
31+
just download-data
32+
```
33+
2834
To run the tests for a specific backend (e.g. sqlite):
2935

3036
```sh
@@ -50,14 +56,6 @@ export PGPASSWORD=postgres
5056
psql -t -A -h localhost -U postgres -d ibis_testing -c "select 'success'"
5157
```
5258

53-
## Download Test Data
54-
55-
Backends need to be populated with test data to run the tests successfully:
56-
57-
```sh
58-
just download-data
59-
```
60-
6159
## Writing the commit
6260

6361
Ibis follows the [Conventional Commits](https://www.conventionalcommits.org/) structure.

0 commit comments

Comments
 (0)