diff options
Diffstat (limited to 'test/sca/utils.py')
| -rw-r--r-- | test/sca/utils.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/sca/utils.py b/test/sca/utils.py index b00015b..ad77d21 100644 --- a/test/sca/utils.py +++ b/test/sca/utils.py @@ -10,16 +10,6 @@ from pyecsca.sca import Trace force_plot = True -def slow(func): - func.slow = 1 - return func - - -def disabled(func): - func.disabled = 1 - return func - - cases: Dict[str, int] = {} |
