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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ If you wish to just install the package
44
44
Once you have installed you can test the package by running:
45
45
46
46
```
47
+
git submodule update --init
47
48
python setup.py test
48
49
```
49
50
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
0 commit comments