medmunds
b06d684dd5
Use tox for running tests and building docs
...
* Set up tox for testing supported Django/Python combinations
* Also include tox env for checking and building docs
* Use tox-travis for Travis CI integration
* Add tests against Django master
* Document building docs and running tests with tox
2018-03-15 13:08:07 -07:00
medmunds
0b50f278b5
Docs: add contact email for security issues
2017-05-22 11:46:37 -07:00
medmunds
d4f6ffbb41
Show DeprecationWarning, etc. in runtests
...
Install default warnings filter in test runs, to avoid
python's default suppression of DeprecationWarning
and other "intended for developer" warnings.
(Avoids need to provide -Wd or -Wall arg to runtests.)
2016-05-12 17:42:44 -07:00
medmunds
d3f914be12
Event-tracking webhooks
...
Closes #3
2016-04-29 18:10:50 -07:00
medmunds
385d76b53a
Move tests out of app module
...
(Directory structure as suggested in
[Django testing docs][1].)
[1]: https://docs.djangoproject.com/en/1.9/topics/testing/advanced/#using-the-django-test-runner-to-test-reusable-applications
2016-03-21 11:38:58 -07:00
medmunds
20c6350140
Update (almost) all the docs
2016-03-09 18:37:11 -08:00
medmunds
ef0051dd36
Docs: point to Django stable docs
...
Avoid pointing Djrill users toward Django dev docs.
[ci skip]
2015-05-13 18:56:15 -07:00
medmunds
46dea8d595
Fix missing Sphinx labels
...
(So we don't send would-be Djrill contributors
to Django's "Contributors Guide".)
2015-05-13 18:46:07 -07:00
medmunds
7c46bc7d96
Add troubleshooting docs
2015-05-13 18:03:28 -07:00
medmunds
6d94e94736
Live API tests
...
Addresses #41 .
(Still need to add a Mandrill test key to the Travis config.)
2015-05-13 16:27:38 -07:00
medmunds
11961b57e5
Use real Response object in DjrillBackendMockAPITestCase tests.
...
(Improves testing accuracy around API response encoding.)
* Add `six` as test dependency (six.BytesIO, six.b)
* Change MockResponse content to bytes (because HTTP responses
are bytes, not strings)
2015-01-16 13:18:17 -08:00
medmunds
019a37d7f5
Docs: update list of testing configurations
...
(That list is practically guaranteed to become outdated, so
just point to the Travis config file.)
[ci skip]
2014-09-29 15:56:34 -07:00
medmunds
49ad853ab3
Docs: suggest checking Mandrill error logs for API errors
...
[ci skip]
2014-09-29 15:48:31 -07:00
Zbigniew Siciarz
30b5ef3016
Fixed link to Github in the docs.
2013-11-26 11:30:36 +01:00
medmunds
b1b049962c
Django 1.6 released
2013-11-09 10:43:40 -08:00
medmunds
28538a5391
Docs: break apart the lengthy readme into organized docs
...
Also sphinx-ify where appropriate, and lots of general cleanup/editing.
2013-03-04 20:24:26 -08:00