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

Release 0.3.1 and skip and emit warning if gettsim.test() is repeatedly called. #191

Merged
merged 3 commits into from Jun 5, 2020

Conversation

tobiasraabe
Copy link
Member

What problem do you want to solve?

Repeatedly calling gettsim.test() is not possible because there seems to be some state dependence.

Solution

Skip all other calls to the function except the first and emit a warning.

@tobiasraabe tobiasraabe added this to the v0.4 milestone Jun 5, 2020
@tobiasraabe tobiasraabe changed the title Skip tests and add warning if gettsim.test() is repeatedly called. Skip and emit warning if gettsim.test() is repeatedly called. Jun 5, 2020
@codecov
Copy link

codecov bot commented Jun 5, 2020

Codecov Report

Merging #191 into master will decrease coverage by 0.17%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #191      +/-   ##
==========================================
- Coverage   95.43%   95.25%   -0.18%     
==========================================
  Files          54       54              
  Lines        1555     1561       +6     
==========================================
+ Hits         1484     1487       +3     
- Misses         71       74       +3     
Impacted Files Coverage Δ
gettsim/__init__.py 69.23% <50.00%> (-16.49%) ⬇️

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 7cc4f18...3f51f78. Read the comment docs.

Copy link
Collaborator

@hmgaudecker hmgaudecker left a comment

Choose a reason for hiding this comment

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

Looks good to me. If you have time in the next hour, just overwrite 0.3.0

@tobiasraabe tobiasraabe changed the title Skip and emit warning if gettsim.test() is repeatedly called. Release 0.3.1 and skip and emit warning if gettsim.test() is repeatedly called. Jun 5, 2020
@tobiasraabe tobiasraabe modified the milestones: v0.4, v0.3.1 Jun 5, 2020
@tobiasraabe tobiasraabe merged commit 6bfbeed into master Jun 5, 2020
@tobiasraabe tobiasraabe deleted the fix-test-command branch June 5, 2020 16:20
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.

None yet

2 participants