rm url tests
This commit is contained in:
parent
e2198ed74a
commit
ca79ee5b67
@ -1,13 +0,0 @@
|
||||
|
||||
from werkzeug.test import Client
|
||||
from werkzeug.wrappers import BaseResponse
|
||||
|
||||
import isso
|
||||
|
||||
client = Client(isso.Isso(123), BaseResponse)
|
||||
|
||||
|
||||
def test_200ok():
|
||||
|
||||
assert client.get('/').status_code == 200
|
||||
assert client.get('/comment/asdf/123').status_code == 200
|
Loading…
Reference in New Issue
Block a user