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

Add assertType method to UnitTest #520

Merged
merged 2 commits into from
Mar 7, 2022
Merged

Conversation

Jason2605
Copy link
Member

Well detailed description of the change :

Adds a new helper assertType(x, y) which is the same as assertEquals(type(x), y);

Also fixes a bug where assertNotEquals had the wrong comparison check.

Type of change:

  • Bug fix

  • New feature

Housekeeping

  • Tests have been updated to reflect the changes done within this PR (if applicable).

  • Documentation has been updated to reflect the changes done within this PR (if applicable).

@Jason2605 Jason2605 added enhancement Implementation of a new feature bug fix Fixes a bug within the codebase labels Mar 7, 2022
@Jason2605 Jason2605 self-assigned this Mar 7, 2022
@Jason2605 Jason2605 merged commit 346cc28 into develop Mar 7, 2022
@Jason2605 Jason2605 deleted the feature/test_assert_type branch March 7, 2022 20:13
@Jason2605 Jason2605 mentioned this pull request May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Fixes a bug within the codebase enhancement Implementation of a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant