You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Initialize your database, load some basic data and launch a development server:
@@ -69,14 +67,25 @@ This repo contains limited data, but you can explore mortgage interest rates in
69
67
70
68
## Deeper dive
71
69
72
-
You can find more about using the API endpoints and the optional use of a MySQL database in our [API documentation pages](https://cfpb.github.io/owning-a-home-api/).
70
+
You can find [additional documentation for the `ratechecker` app](ratechecker).
73
71
74
-
See also [additional documentation for the `ratechecker` app](ratechecker).
75
72
76
-
## Testing
77
-
You can run Python unit tests and see code coverage by running:
73
+
## Running Tests
74
+
75
+
If you have [Tox](https://tox.readthedocs.io/en/latest/) installed (recommended),
76
+
you can run the specs for this project with the `tox` command.
77
+
78
+
If not, this command will run the specs on the python version your local
79
+
environment has installed: `./manage.py test`.
80
+
81
+
If you run the tests via Tox, it will automatically display spec coverage information.
82
+
To get test coverage information outside of Tox, install [Coverage.py](https://coverage.readthedocs.io/en/coverage-4.5.1a/)
('fha_limit', models.DecimalField(help_text=b'Federal Housing Administration loan lending limit for the county', max_digits=12, decimal_places=2)),
30
+
('gse_limit', models.DecimalField(help_text=b'Loan limit for mortgages acquired by the Government-Sponsored Enterprises', max_digits=12, decimal_places=2)),
31
+
('va_limit', models.DecimalField(help_text=b'The Department of Veterans Affairs loan guaranty program limit', max_digits=12, decimal_places=2)),
0 commit comments