App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.tools.devappserver2.static_files_handler_test.TestStaticContentHandlerHandlePath Class Reference
Inheritance diagram for google.appengine.tools.devappserver2.static_files_handler_test.TestStaticContentHandlerHandlePath:
google.appengine.tools.devappserver2.wsgi_test_utils.WSGITestCase

Public Member Functions

def setUp
 
def tearDown
 
def test_load_file
 
def test_load_cached_file
 
def test_load_head
 
def test_no_permission_read
 
def test_cached_no_permission_read
 
def test_file_does_not_exist_read
 
def test_file_does_not_exist_stat
 
def test_if_match_without_match
 
def test_if_match_no_file
 
def test_cached_if_match_without_match
 
def test_if_none_match_with_match
 
def test_cached_if_none_match_with_match
 
def test_custom_headers
 
def test_custom_mimetype
 
def test_custom_expiration_ignored
 
- Public Member Functions inherited from google.appengine.tools.devappserver2.wsgi_test_utils.WSGITestCase
def assertHeadersEqual
 
def assertResponse
 

Public Attributes

 mox
 

Detailed Description

Tests for static_files_handler.StaticContentHandler._handle_path.

The documentation for this class was generated from the following file: