xaptum / ecdaa

A C implementation of elliptic-curve-based Direct Anonymous Attestation (DAA) signatures. Created to support the Xaptum Edge Network Fabric, an IoT Network Solution.
https://www.xaptum.com
Apache License 2.0
45 stars 8 forks source link

Integration test script uses Python3 and xrange, which is inconsistent. #49

Closed zanebeckwith closed 7 years ago

zanebeckwith commented 7 years ago

The integration script uses xrange, which is only available in Python2. However, the script has a she-bang saying it's python3. We didn't see this when runing tests, because our CTest actually runs it as Python2.

To be consistent, turn xrange into range, and run the script as Python3.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 97.231% when pulling 3549598920dd01d8578ece14da2364af79926ccf on zanebeckwith:no-xrange into fc12aca3d085c03fcbf8a084ff66d7a7019f1636 on xaptum:master.