openfheorg / openfhe-python

Official Python wrapper for OpenFHE. Current release is v0.8.8 (released on June 25, 2024).
https://openfheorg.github.io/openfhe-python/html/index.html
BSD 2-Clause "Simplified" License
60 stars 18 forks source link

Adolgert unit test dir #111

Closed sei-adolgert closed 3 months ago

sei-adolgert commented 4 months ago

This PR modifies 1 file: adding tests_require = ['pytest'] to setup.py. This PR adds several files to the tests/ directory. They use a conftest.py to set the repository up for having short tests (which we can afford to run on Github Actions) and long tests (which are run locally or on local CI/CD servers). Yuriy reviewed the earlier version of this PR. I've re-posted it so that the PR is more clearly an addition of a few files onto the dev branch.

sei-adolgert commented 3 months ago

Hi! This PR is rebased to the head of dev, and I tested it against OpenFHE 1.1.3 release 64-bit, 128-bit on Linux.