aboutsummaryrefslogtreecommitdiff
path: root/test/ec/utils.py
diff options
context:
space:
mode:
authorJ08nY2020-02-13 17:52:12 +0100
committerJ08nY2020-02-13 18:29:24 +0100
commiteef8b99dad6f43d97d9194a1a6f16bc5e2ef66b0 (patch)
tree8748dc624cc8047b9f1410b65ac0e6acf7df08eb /test/ec/utils.py
parentac0f153698adc4dfde4c8066d6052b916878f14a (diff)
downloadpyecsca-eef8b99dad6f43d97d9194a1a6f16bc5e2ef66b0.tar.gz
pyecsca-eef8b99dad6f43d97d9194a1a6f16bc5e2ef66b0.tar.zst
pyecsca-eef8b99dad6f43d97d9194a1a6f16bc5e2ef66b0.zip
Diffstat (limited to 'test/ec/utils.py')
-rw-r--r--test/ec/utils.py3
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