Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Refactor Supernova test suite and streamline functions #372

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

huitseeker
Copy link
Member

  • Refactored test functions within the supernova snark module to reduce redundancy.
  • Consolidated test_compression_with and test_compression_with_circuit_size_difference_with functions into a single function.
  • Introduced a 'circuit factory' function to generate test circuits.
  • Removed test_nivc_trivial_with_compression_with method, unified under test_compression_with.
  • Adjusted individual test cases to conform to new structured changes.

- Refactored test functions within the supernova snark module to reduce redundancy.
- Consolidated `test_compression_with` and `test_compression_with_circuit_size_difference_with` functions into a single function.
- Introduced a 'circuit factory' function to generate test circuits.
- Removed `test_nivc_trivial_with_compression_with` method, unified under `test_compression_with`.
- Adjusted individual test cases to conform to new structured changes.
@huitseeker huitseeker added this pull request to the merge queue Mar 22, 2024
Merged via the queue into argumentcomputer:dev with commit 5f615d7 Mar 22, 2024
10 checks passed
@huitseeker huitseeker deleted the revamp_tests branch March 22, 2024 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants