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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,13 @@ These produce a release.json file based on the data in the spreadsheets.
141
141
This will create `unflattened.xlsx` and a `unflattened/` directory of csv files.
142
142
143
143
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).
0 commit comments