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 documentation on how to run tests #123

Closed
banagale opened this issue Jul 8, 2020 · 2 comments
Closed

Add documentation on how to run tests #123

banagale opened this issue Jul 8, 2020 · 2 comments
Assignees
Labels
Normal Medium Priority Ticket
Milestone

Comments

@banagale
Copy link
Collaborator

banagale commented Jul 8, 2020

No description provided.

@banagale banagale added the Normal Medium Priority Ticket label Jul 8, 2020
@banagale banagale added this to the Version 0.2.5 milestone Jul 8, 2020
@banagale banagale self-assigned this Jul 8, 2020
@banagale
Copy link
Collaborator Author

banagale commented Jul 8, 2020

Stub:

Running Django-Address Tests

Django-address currently has partial form and model test coverage using django.test.TestCase.

To run the current tests:

  1. Clone django-address locally.
  2. Navigate to the example site, . .../django-address/django-address/example_site
  3. Create a virtual environment and install the example site dependencies in requirements.txt
  4. Run ./manage.py test

@banagale
Copy link
Collaborator Author

This is added in develop and will go out on the next release. In reviewing this, I realized that this package is a bit out of step with current practices on how standalone apps handle tests. Added #124 to look at this.

Note, tests currently fail on test_unique_name_state

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

No branches or pull requests

1 participant