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 tests #11

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Add tests #11

wants to merge 8 commits into from

Conversation

Nircek
Copy link
Owner

@Nircek Nircek commented Jul 15, 2019

Should resolve #9.

@Nircek Nircek added the enhancement New feature or request label Jul 15, 2019
@Nircek Nircek added this to the v2.2 milestone Jul 15, 2019
@Nircek Nircek self-assigned this Jul 15, 2019
@codecov
Copy link

codecov bot commented Jul 16, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@769cba5). Click here to learn what that means.
The diff coverage is 87.95%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #11   +/-   ##
=========================================
  Coverage          ?   19.62%           
=========================================
  Files             ?       10           
  Lines             ?      754           
  Branches          ?        0           
=========================================
  Hits              ?      148           
  Misses            ?      606           
  Partials          ?        0
Impacted Files Coverage Δ
resistorer/primitives.py 100% <ø> (ø)
resistorer/coordinates.py 0% <ø> (ø)
resistorer/elements.py 0% <0%> (ø)
resistorer/board.py 0% <0%> (ø)
resistorer/__main__.py 0% <0%> (ø)
resistorer/board_editor.py 0% <0%> (ø)
resistorer/circuit_solver.py 0% <0%> (ø)
test/test_primitives.py 100% <100%> (ø)
test/test_str_holder.py 100% <100%> (ø)
test/str_holder.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 769cba5...d2cd836. Read the comment docs.

Nircek added 3 commits July 17, 2019 11:01
test/test_primitives.py::test_primitive_u_calculations_good
test/test_primitives.py::test_primitive_u_abstract_calculations_good
test/test_primitives.py::test_primitive_u_too_abstract_calculations_good
test/test_primitives.py::test_primitive_i_abstract_calculations_good
test/test_primitives.py::test_all_derivered_from_primitive_has_own_str
test/test_primitives.py::test_all_derivered_from_primitive_has_own_str
test/test_str_holder.py::test_str_holder
test/test_str_holder.py::test_str_holder_same
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add unit tests and coverage tracker
1 participant