Skip to content

Commit 155fa55

Browse files
committed
Link articles related to the testing_examples app
1 parent 8cb3a57 commit 155fa55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Few important things:
99
* Linux / Ubuntu is our primary OS and things are tested for that. It will mostly not work on Mac & certainly not work on Windows.
1010
* It uses Postgres as primary database.
1111
* It comes with GitHub Actions support, [based on that article](https://hacksoft.io/github-actions-in-action-setting-up-django-and-postgres/)
12+
* It comes with examples for writing tests with fakes & factories, based on the following articles - <https://www.hacksoft.io/blog/improve-your-tests-django-fakes-and-factories>, <https://www.hacksoft.io/blog/improve-your-tests-django-fakes-and-factories-advanced-usage>
1213
* It comes with [`whitenoise`](http://whitenoise.evans.io/en/stable/) setup.
1314
* It can be easily deployed to Heroku.
1415
* It comes with an example list API, that uses [`django-filter`](https://django-filter.readthedocs.io/en/stable/) for filtering & pagination from DRF.

0 commit comments

Comments
 (0)