Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Add test for CSV route checking #263

Merged
merged 9 commits into from
Jun 4, 2018

Conversation

andylolz
Copy link
Contributor

@andylolz andylolz commented May 8, 2017

Adds tests that fails before 199d9dd and pass after.
Also removes default parameter value since it is not used.

Refs #258; Fixes #250.

This default is never used, so can be safely removed.
@@ -222,7 +222,7 @@ def get(self, format):


class DataStoreCSVView(DataStoreView):
def get(self, format=".csv"):
def get(self, format):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: removal of default due to being superfluous #258 (comment)

@coveralls
Copy link

Coverage Status

Coverage increased (+0.008%) to 48.934% when pulling 5e535af on andylolz:250-stricter-routes into 3100fd8 on IATI:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.008%) to 48.934% when pulling 489653e on andylolz:250-stricter-routes into 852ec9a on IATI:master.

@andylolz
Copy link
Contributor Author

andylolz commented Oct 9, 2017

Ooh – #258 is merged now 🚀 IIRC, this PR just adds tests to cover the new stuff that was in that PR (as requested by @hayfield here: #258 (review)).

@coveralls
Copy link

coveralls commented Nov 1, 2017

Coverage Status

Coverage remained the same at 78.744% when pulling f3269e8 on andylolz:250-stricter-routes into 0e3dcce on IATI:master.

@allthatilk
Copy link
Contributor

@andylolz if you could merge in latest changes from master this one should be ready to test out on our dev Datastore

@andylolz
Copy link
Contributor Author

andylolz commented Jun 4, 2018

@allthatilk done

@allthatilk allthatilk merged commit dbbc02b into IATI:master Jun 4, 2018
@andylolz andylolz deleted the 250-stricter-routes branch June 4, 2018 16:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants