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

Increase coverage for bottery/platform/telegram.py #51

Open
rougeth opened this issue Oct 4, 2017 · 5 comments
Open

Increase coverage for bottery/platform/telegram.py #51

rougeth opened this issue Oct 4, 2017 · 5 comments

Comments

@rougeth
Copy link
Owner

rougeth commented Oct 4, 2017

Missing lines: 83, 86-91, 94-113, 136-150, 79->exit
See Travis log to confirm the missing lines: https://travis-ci.org/rougeth/bottery

@AdeilH
Copy link

AdeilH commented Oct 4, 2017

Hey I am beginner I am taking this.

@rougeth
Copy link
Owner Author

rougeth commented Oct 4, 2017

Great @AdeilH

@AdeilH
Copy link

AdeilH commented Oct 5, 2017

Can you help me understand travis I have never used it before. Sorry.

@rougeth
Copy link
Owner Author

rougeth commented Oct 5, 2017

Hi @AdeilH, sure I can help. You don't Travis for doing this issue. Travis is just a service that run our tests automatically and alert us if any of them is broken (Travis can do a lot more than that, but for now that is enough).

First of all, you need to clone bottery and run its tests:

# Clone Bottery repository in your computer
$ git clone https://github.com/rougeth/bottery && cd bottery
# Install Tox
$ pip install tox
# Running the tests
$ tox

This command will clone the repository in your computer and install and run Tox. After that, you will be able to see what lines of bottery isn't covered by tests.

@AdeilH
Copy link

AdeilH commented Oct 5, 2017

Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants