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

Test Using 'Raises' are now asserted! #54

Merged
merged 1 commit into from
Dec 21, 2019
Merged

Test Using 'Raises' are now asserted! #54

merged 1 commit into from
Dec 21, 2019

Conversation

TarunTomar122
Copy link
Contributor

Fixes #52 by asserting the raises.

Brief description of what is fixed or changed

changed all the raises(.....) to
assert raises(.....)

Other comments

@czgdp1807
Copy link
Member

Thanks for the PR. The tests will fail for now. If @rohansingh9001 doesn't complete #51 by tomorrow then I will make a follow up PR.

@codecov
Copy link

codecov bot commented Dec 21, 2019

Codecov Report

Merging #54 into master will increase coverage by 0.172%.
The diff coverage is 100%.

@@              Coverage Diff              @@
##            master       #54       +/-   ##
=============================================
+ Coverage   98.005%   98.177%   +0.172%     
=============================================
  Files           17        19        +2     
  Lines         1103      1262      +159     
=============================================
+ Hits          1081      1239      +158     
- Misses          22        23        +1
Impacted Files Coverage Δ
...tructs/linear_data_structures/tests/test_arrays.py 100% <100%> (ø) ⬆️
pydatastructs/trees/tests/test_binary_trees.py 100% <100%> (ø) ⬆️
.../miscellaneous_data_structures/tests/test_stack.py 100% <100%> (ø) ⬆️
...tructs/trees/tests/test_space_partitioning_tree.py 100% <100%> (ø) ⬆️
pydatastructs/utils/misc_util.py 95.833% <0%> (-4.167%) ⬇️
pydatastructs/linear_data_structures/__init__.py 100% <0%> (ø) ⬆️
pydatastructs/utils/__init__.py 100% <0%> (ø) ⬆️
pydatastructs/utils/raises_util.py 100% <0%> (ø) ⬆️
.../linear_data_structures/tests/test_linked_lists.py 100% <0%> (ø)
...datastructs/linear_data_structures/linked_lists.py 100% <0%> (ø)

Impacted file tree graph

@czgdp1807 czgdp1807 merged commit 9c32d40 into codezonediitj:master Dec 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests using raises are not being asserted
2 participants