Added function definition for ergast tests
This commit is contained in:
parent
72de8be1dc
commit
1a6f238012
@ -6,3 +6,18 @@ class TestErgast():
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
e = ergast_py.Ergast()
|
e = ergast_py.Ergast()
|
||||||
|
|
||||||
|
def test_filters_add(self):
|
||||||
|
# Test that when I add all the filters the params has them all
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_paging(self):
|
||||||
|
# Test that paging works when querying large data amounts
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_reset(self):
|
||||||
|
# Test that when I've run a query the params are reset
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_full(self):
|
||||||
|
pass
|
Reference in New Issue
Block a user