Browse Source

Remove duplicated test

tags/nilmdb-1.8.2
Jim Paris 10 years ago
parent
commit
e02143ddb2
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      tests/test_client.py

+ 0
- 4
tests/test_client.py View File

@@ -354,10 +354,6 @@ class TestClient(object):
with assert_raises(ServerError) as e:
client.http.get_gen("http://nosuchurl.example.com./").next()

# Trigger a curl error in generator
with assert_raises(ServerError) as e:
client.http.get_gen("http://nosuchurl.example.com./").next()

# Check 404 for missing streams
for function in [ client.stream_intervals, client.stream_extract ]:
with assert_raises(ClientError) as e:


Loading…
Cancel
Save