Rerun flaky interation tests

This commit is contained in:
hugovk 2015-04-12 12:54:22 +03:00
parent 38d204ad90
commit 816be1cbe8
3 changed files with 5 additions and 2 deletions

View file

@ -2,6 +2,7 @@
"""
Integration (not unit) tests for pylast.py
"""
from flaky import flaky
import os
import pytest
from random import choice
@ -30,6 +31,7 @@ def load_secrets():
return doc
@flaky
class TestPyLast(unittest.TestCase):
secrets = None