anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

File requirements_test.txt doesn't exist #112

Closed jeffarrubla closed 4 years ago

jeffarrubla commented 4 years ago

Would you mind to share the contents of the file requirements_test.txt to run the tests please? Thanks in advance

ChristianKreuzberger commented 4 years ago

The file has been removed in #111 by @anx-cbenke. Version 1.0.0 still had this, but it seems to have been removed ever since.

https://github.com/anexia-it/django-rest-passwordreset/blob/1.0.0/requirements_test.txt

However, I don't think this file is still needed for running tests.

@anx-cbenke there is still a reference in README.md stating how tests should be executed, maybe this can be updated?

anx-cbenke commented 4 years ago

Correct! Thanks for the hint, fixed in #114