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

Use black box testing in all test files #66

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

qmuntal
Copy link
Member

@qmuntal qmuntal commented Sep 27, 2024

There are some test files that don't test the cng package as an external caller would (aka black box testing). This is normally achieved by using a different package name in test files, i.e. appending _test to the package name.

This PR fixes this discrepancy by making sure all test files follow this pattern.

@karianna karianna merged commit c3f8deb into dev/qmuntal/aesfix Sep 27, 2024
17 checks passed
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.

3 participants