diff options
Diffstat (limited to 'test/ec/utils.py')
| -rw-r--r-- | test/ec/utils.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ec/utils.py b/test/ec/utils.py new file mode 100644 index 0000000..bedfed2 --- /dev/null +++ b/test/ec/utils.py @@ -0,0 +1,3 @@ +def slow(func): + func.slow = 1 + return func |
