Skip to content

Commit cbb221c

Browse files
author
Dane Springmeyer
committed
update docs wrt to test data in submodules
1 parent 9a6b1ec commit cbb221c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ If you wish to just install the package
4444
Once you have installed you can test the package by running:
4545

4646
```
47+
git submodule update --init
4748
python setup.py test
4849
```
4950

50-
This might throw many errors if you have not included the [test data](https://github.com/mapnik/test-data) into your `tests/data` folder. If you want to do tests with out the extra data simply add `attr=!require_data` to the setup.cfg's `[nosetests]` section.
51-
51+
The test data in `./test/data` and `./test/data-visual` are standalone modules. If you need to update them see https://github.com/mapnik/mapnik/blob/master/docs/contributing.markdown#testing
5252

0 commit comments

Comments
 (0)