intel / he-toolkit

The Intel Homomorphic Encryption (HE) toolkit is the primordial vehicle for the continuous distribution of the Intel HE technological innovation to users. The toolkit has been designed with usability in mind and to make it easier for users to evaluate and deploy homomorphic encryption technology on the Intel platforms.
https://software.intel.com/content/www/us/en/develop/tools/homomorphic-encryption.html#gs.2z7ahg
Apache License 2.0
116 stars 23 forks source link

Adding fixes to run pytest from any location #99

Closed denCalderon closed 2 years ago

denCalderon commented 2 years ago

Before, pytests could only be run with "pytest tests/". Running from any other location, the tests will fail because the path to the input files was hardcoded. Now this issue is fixed.