.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: test_file_manager .. class:: alert alert-info pull-top .. contents:: *Module:* `test_file_manager.py `_ API ============================================================================================== No description. *Imports:* ------------ - `os `_ - `unittest `_ - `__future__.absolute_import `_ - `ninja_ide.core.file_handling.file_manager `_ - `__future__.unicode_literals `_ *Global Attributes:* ---------------------- - `CURRENT_DIR [at ln:27] `_ ---- *Class:* `FileManagerTestCase(unittest.TestCase) `_ --------------------------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class FileManagerTestCase(unittest.TestCase): No description. *Attributes* ~~~~~~~~~~~~~~ - `examples_dir [at ln:34] `_ *Function:* `setUp() [at ln:32] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def setUp(): No description. ---- *Function:* `test_read_file_content() [at ln:36] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def test_read_file_content(): No description.