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

Fix AES.test_lib result #14

Merged
merged 4 commits into from
Feb 7, 2025
Merged

Fix AES.test_lib result #14

merged 4 commits into from
Feb 7, 2025

Conversation

JulioLoayzaM
Copy link
Collaborator

No description provided.

pytest searches for files with of the form test_*.py or *_test.py,
meaning that test.py was not included in the test collection and thus
the harnesses were not being tested.

This commit fixes the issue by renaming the test file. Running the test
on the harnesses reveals a bug in the results returned by AES.test_lib,
to be corrected on a follow-up commit.
Override more methods to raise ValueError when setting key that is
already in the ResultsDict.

Issue: #8
@JulioLoayzaM JulioLoayzaM merged commit 58aa61f into main Feb 7, 2025
9 checks passed
@JulioLoayzaM JulioLoayzaM deleted the fix/aes-test-lib-result branch February 8, 2025 00:34
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.

1 participant