assamtest

mocha-style tests for python
git clone https://git.ce9e.org/assamtest.git

commit
5f1d8cc65d3800762bf0bf5d2bb00b36678ad4b6
parent
1ea8307e21c656b0d7fa019761ad360b9274f40c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-02-09 13:00
rename async_test to synchronize

Diffstat

M assamtest/decorators.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/assamtest/decorators.py b/assamtest/decorators.py

@@ -20,7 +20,7 @@ def skip(fn):
   20    20 	return wrapper
   21    21 
   22    22 
   23    -1 def async_test(fn):
   -1    23 def synchronize(fn):
   24    24 	@functools.wraps(fn)
   25    25 	def wrapper(*args, **kwargs):
   26    26 		coro = asyncio.coroutine(fn)