""" Tests for the Ergast class """
import ergast_py
class TestErgast():
"""
Tests for the Ergast class
e = ergast_py.Ergast()
def test_filters_add(self):
""" Assert adding filters adds them to the Ergast class """
pass
def test_paging(self):
""" Assert that paging changes the results pages """
def test_reset(self):
""" Assert the function resetting works """
def test_full(self):
""" Assert the full Ergast class works """