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

Use unittest instead of pytest #11

Open
AbdealiLoKo opened this issue Aug 2, 2015 · 4 comments
Open

Use unittest instead of pytest #11

AbdealiLoKo opened this issue Aug 2, 2015 · 4 comments

Comments

@AbdealiLoKo
Copy link
Contributor

Fix python -m unittest discover even if pytest is dropped

@sils
Copy link
Member

sils commented Aug 2, 2015

what's better in unittest than pytest?

@sils
Copy link
Member

sils commented Aug 2, 2015

pytest seems to be powerful and support coverage which seems rather useful

@AbdealiLoKo
Copy link
Contributor Author

pytest uses unittest - so, pytest is better

but, there is no method of testing "inside sublime" with pytest.
https://github.com/randy3k/UnitTesting is the best way of doing it - and it
basically is a sublime plugin which runs unittest discover inside sublime.

On Sun, Aug 2, 2015 at 7:57 PM, Lasse Schuirmann notifications@github.com
wrote:

what's better in unittest than pytest?


Reply to this email directly or view it on GitHub
#11 (comment)
.

@sils
Copy link
Member

sils commented Aug 2, 2015

ah ok.

2015-08-02 16:29 GMT+02:00 AbdealiJK notifications@github.com:

pytest uses unittest - so, pytest is better

but, there is no method of testing "inside sublime" with pytest.
https://github.com/randy3k/UnitTesting is the best way of doing it - and
it
basically is a sublime plugin which runs unittest discover inside
sublime.

On Sun, Aug 2, 2015 at 7:57 PM, Lasse Schuirmann <notifications@github.com

wrote:

what's better in unittest than pytest?


Reply to this email directly or view it on GitHub
<
#11 (comment)

.


Reply to this email directly or view it on GitHub
#11 (comment)
.

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

No branches or pull requests

3 participants