diff options
| author | J08nY | 2020-06-14 13:55:49 +0200 |
|---|---|---|
| committer | J08nY | 2020-06-14 14:05:28 +0200 |
| commit | 925b7824f4c79d795d81b111cc531233651f18b6 (patch) | |
| tree | 762e76aeb5b2dcd95da1e61abdcd27f385116500 /test/data | |
| parent | 7e51c6546d369ec46a6ae8978147e79f2f0195a3 (diff) | |
| download | pyecsca-925b7824f4c79d795d81b111cc531233651f18b6.tar.gz pyecsca-925b7824f4c79d795d81b111cc531233651f18b6.tar.zst pyecsca-925b7824f4c79d795d81b111cc531233651f18b6.zip | |
Fix type errors and increase code coverage.
Diffstat (limited to 'test/data')
| -rwxr-xr-x[-rw-r--r--] | test/data/target.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/target.py b/test/data/target.py index 1583597..9e6e0e0 100644..100755 --- a/test/data/target.py +++ b/test/data/target.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 from sys import stdout if __name__ == "__main__": |
