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 failing test for removing subcoins #3

Merged
merged 1 commit into from
Oct 4, 2018
Merged

Conversation

alxwrd
Copy link
Owner

@alxwrd alxwrd commented Sep 21, 2018

This should allow for a coin to be removed after it's been defined.

Example:

from coinhandler import Coin

class Quarter(Coin):
    multiplier = 25

Coin.remove_subcoin(Quarter)

See #2

@alxwrd alxwrd changed the title [wip] Add ability to remove a coin once it's been defined Add failing test for removing subcoins Oct 4, 2018
@alxwrd alxwrd merged commit 7a4e8bb into master Oct 4, 2018
@alxwrd alxwrd deleted the remove-subcoins branch January 4, 2019 10:31
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

1 participant