ApplicationInsights-Python/tests
jjjordanmsft 324d3a578a Add Django middleware (#35)
* First draft of Django middleware. Add NullSender telemetry sender.

* Fixes after testing

* request.appinsights.client sends telemetry parented to request operation id

* Add tests for Django middleware; fix some bugs that arose

* Rev version

* Cleanup whitespace

* Add logging tests + fixes + django/python compatibility matrix in run_all_tests

* run_all_tests => all_tests

* Logging properly sets Trace severity level, client accepts severity level as an argument

* Add documentation for applicationinsights.django, fix toctree recursion error

* More docs, README

* Formatting

* Unnecessary imports

* Many more tests; test settings, fix some issues found in the process

* View argument code was repr'ing unicode objects in Python2

* Log URL as request name by default; make use_view_name an optional setting, off by default; record_view_arguments also off by default

* 401 should be considered successful

* log_exceptions=False will turn off exception logging. Test for null input before logging exceptions

* Change back to 0.10

* Remove debug_ikey and debug_endpoint since it's simple enough to set those up in settings.py manually

* Add explicit create_client factory function, documentation

* Add django tests to travis-ci config

* Wrong filename
2017-05-11 15:07:05 -07:00
..
applicationinsights_tests Add Django middleware (#35) 2017-05-11 15:07:05 -07:00
__init__.py Added travis-ci .yml file. 2015-03-21 15:36:17 -07:00