Exemplo n.º 1
0
def test_timestamps(trainer):
    """All Trainer objects should contain timezone aware created/updated at timestamps"""

    check_timestamps(trainer)
def test_timestamps(horse):
    """All Horse objects should contain timezone aware created/updated at timestamps"""

    check_timestamps(horse)
def test_timestamps(performances):
    """All Performance objects should contain timezone aware created/updated at timestamps"""

    check_timestamps(performances)
def test_timestamps(runners):
    """All Runner objects should contain timezone aware created/updated at timestamps"""

    check_timestamps(runners)
def test_timestamps(meets):
    """All Meet objects should contain timezone aware created/updated at timestamps"""

    check_timestamps(meets)
def test_timestamps(races):
    """All Race objects should contain timezone aware created/updated at timestamps"""

    check_timestamps(races)
Exemplo n.º 7
0
def test_timestamps(jockey):
    """All Jockey objects should contain timezone aware created/updated at timestamps"""

    check_timestamps(jockey)