Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.0 #17

Merged
merged 15 commits into from
May 20, 2014
Prev Previous commit
Next Next commit
Move all fixtures in seperate folder
  • Loading branch information
Stefan Oderbolz committed May 4, 2014
commit 5d9425114d629bff97be80ff4c6fe38c8fbb384c
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tests/osmapi_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def _http_mock(self, filename=None, destructor=True):
if filename is None:
filename = os.path.join(
__location__,
'fixtures',
self._testMethodName + ".xml"
)
try:
Expand Down