1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
PY3TEST() SUBSCRIBER(g:python-contrib) PEERDIR( contrib/python/retry ) IF (PYTHON2) PEERDIR( contrib/python/mock ) ENDIF() SRCDIR(contrib/python/retry/py3/retry/tests) TEST_SRCS( test_retry.py ) NO_LINT() END()