MrDraw/tests
Gina Häußge 9d9eb3390d Cookie names are now port specific, based on the request associated with a response
* make sure server_port headers are properly set in reverse proxied scenarios
  * overwrite request and response classes to
    * always apply reverse proxy environment changes (so far missing for tornado
      context)
    * strip cookie name suffixes from cookie names on requests and
    * be sure to set cookie name suffixes for cookie names on responses
    * include script root in path used for cookies
  * some minor refactoring in octoprint.server setup routines
  * removed ReverseProxied class (didn't work for tornado context)
  * add unit tests for the whole reverse proxy, request and response customization
2016-09-05 12:06:56 +02:00
..
filemanager Fixed file manager unit tests, added tests for print recovery functionality 2016-02-09 10:45:54 +01:00
plugin Added Unit Tests for BlueprintPlugin mixin 2015-10-26 09:15:54 +01:00
printer Refactoring of "printer" modules 2015-03-03 17:01:33 +01:00
server Cookie names are now port specific, based on the request associated with a response 2016-09-05 12:06:56 +02:00
slicing Fix & Docs: Plugins may only have one mixin implementation 2015-03-30 16:50:06 +02:00
timelapse More timelapse unit tests 2016-02-10 16:44:46 +01:00
util Fixed a broken unit test (pro tip: test new tests before committing...) 2015-11-20 10:12:15 +01:00