-
Notifications
You must be signed in to change notification settings - Fork 73
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 pytest for tests? #50
Comments
I don't know what is his opinion but I would put my efforts to make it happen. |
btw: there will be a "Adopt pytest month" probably: |
Yeah, it is a good time to do it but I don't if it is safe to contribute to this project. Author is missing so he is not even giving any feedback on pull requests and issues. |
@mauricioabreu But you're right about the unresponsiveness from the @agiliq team. |
@blueyed @mauricioabreu Please accept my apologies about our unresponsiveness. Looking into your older comments, please feel free to send a PR. We plan to maintain this app so your PR will not go unnoticed. |
@akshar-raaj |
hey @akshar-raaj of course I accept your apologies. :) I am currently migrating runtests.py to pytest (conftest). Actually only one test is failing using Django 1.7.x |
@mauricioabreu I would say that for the beginning existing tests should not get rewritten, but should work with the Django testrunner and pytest. But then new tests might be written using pytest features, if it gets accepted/merged. |
Re Django 1.7: Please see #49 for a WIP branch to get Django 1.7 support. |
@blueyed Agreed. |
Hey @blueyed now I see what you said. |
@mauricioabreu You could create the pytest-branch from master, and then cherry-pick just blueyed@e1c1b5a. But yes, merging the PR #49 already would simplify things. @akshar-raaj |
I got it @blueyed |
@akshar-raaj |
:( |
@shivakrshn49 I see you have merged this PR. Is the issue done and can we close it? |
This issue seems to be resolved, yes? |
The current runtests.py script does not work for Django 1.7 (or 1.8?) anymore, and while at it I've wondered what's your opinion on using pytest for tests?
The text was updated successfully, but these errors were encountered: