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: implement suggestions from PR#67 #76

Merged
merged 1 commit into from
Nov 12, 2022
Merged

Conversation

Garion9
Copy link
Collaborator

@Garion9 Garion9 commented Nov 11, 2022

Description

Changed usages of 'panic!' to 'assert!' in test functions. Removed unnecessary calls to 'iter()'. Simplified creating return values.

…necessary calls to 'iter()'. Simplified creating return values.
@Garion9 Garion9 requested review from co012, kkafar and Cinereo2 and removed request for co012 November 11, 2022 18:37
Copy link
Collaborator

@kkafar kkafar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job 🎉

One last thing:

I'm might be wrong, but I believe that we have module test_functions and test_functions::test_functions. This causes some imports to look rather strange. I recommend using new-style modules and flattening the module hierarchy.

@Garion9 Garion9 merged commit 3213b20 into master Nov 12, 2022
@Garion9 Garion9 deleted the fix-test-functions branch November 12, 2022 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants