Skip to content

Instantly share code, notes, and snippets.

@hpk42
Created September 11, 2013 13:30
Show Gist options
  • Save hpk42/6523632 to your computer and use it in GitHub Desktop.
Save hpk42/6523632 to your computer and use it in GitHub Desktop.
import pytest
import time
delay = 0.006
@pytest.mark.parametrize("x", range(100))
def test_func(x):
time.sleep(delay)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment