Skip to content

Commit e4f949c

Browse files
committed
[#74] Add section about tests to README
1 parent e0ecec3 commit e4f949c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ These produce a release.json file based on the data in the spreadsheets.
141141
This will create `unflattened.xlsx` and a `unflattened/` directory of csv files.
142142

143143

144+
Running the tests
145+
-----------------
146+
147+
After following the installation above, run `py.test`.
148+
149+
Note that the tests require the Python testsuite. This should come with python, but some distros split it out. On Ubuntu you will need to install a package like `libpython3.4-testsuite` (depending on which Python version you are using).
150+
144151

145152
Encodings
146153
---------

0 commit comments

Comments
 (0)