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

Public Member Functions

def setUp
 
def tearDown
 
def test_file_created
 
def test_file_modified
 
def test_file_read
 
def test_file_deleted
 
def test_file_renamed
 
def test_create_directory
 
def test_file_created_in_directory
 
def test_move_directory
 
def test_move_directory_out_of_watched
 
def test_move_directory_into_watched
 
def test_directory_deleted
 
def test_subdirectory_deleted
 
def test_symlink_directory
 
def test_symlink_file
 
def test_many_directories
 

Detailed Description

Tests for inotify_file_watcher.InotifyFileWatcher.

Member Function Documentation

def google.appengine.tools.devappserver2.inotify_file_watcher_test.TestInotifyFileWatcher.test_subdirectory_deleted (   self)
Tests that internal _directory_to_subdirs is updated on delete.

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