class documentation

class ConfigFileTests(TestCase):

View In Hierarchy

Undocumented

Method from_file Undocumented
Method test_closing_bracket_within_section_string Undocumented
Method test_comment_after_section Undocumented
Method test_comment_after_variable Undocumented
Method test_comment_before_section Undocumented
Method test_comment_character_within_section_string Undocumented
Method test_comment_character_within_value_string Undocumented
Method test_default_config Undocumented
Method test_empty Undocumented
Method test_empty_line_before_section Undocumented
Method test_eq Undocumented
Method test_from_file_empty Undocumented
Method test_from_file_multiple Undocumented
Method test_from_file_section Undocumented
Method test_from_file_section_case_insensitive_lower Undocumented
Method test_from_file_section_case_insensitive_mixed Undocumented
Method test_from_file_section_with_open_brackets Undocumented
Method test_from_file_subsection Undocumented
Method test_from_file_subsection_invalid Undocumented
Method test_from_file_subsection_not_quoted Undocumented
Method test_from_file_utf8_bom Undocumented
Method test_from_file_value_with_open_quoted Undocumented
Method test_from_file_with_boolean_setting Undocumented
Method test_from_file_with_interrupted_line Undocumented
Method test_from_file_with_mixed_quoted Undocumented
Method test_from_file_with_quotes Undocumented
Method test_quoted Undocumented
Method test_quoted_multiline Undocumented
Method test_quoted_newlines_windows Undocumented
Method test_same_line Undocumented
Method test_set_hash_gets_quoted Undocumented
Method test_write_preserve_multivar Undocumented
Method test_write_to_file_empty Undocumented
Method test_write_to_file_section Undocumented
Method test_write_to_file_subsection Undocumented

Inherited from TestCase:

Method overrideEnv Undocumented
Method setUp Undocumented
def from_file(self, text):

Undocumented

def test_closing_bracket_within_section_string(self):

Undocumented

def test_comment_after_section(self):

Undocumented

def test_comment_after_variable(self):

Undocumented

def test_comment_before_section(self):

Undocumented

def test_comment_character_within_section_string(self):

Undocumented

def test_comment_character_within_value_string(self):

Undocumented

def test_default_config(self):

Undocumented

def test_empty(self):

Undocumented

def test_empty_line_before_section(self):

Undocumented

def test_eq(self):

Undocumented

def test_from_file_empty(self):

Undocumented

def test_from_file_multiple(self):

Undocumented

def test_from_file_section(self):

Undocumented

def test_from_file_section_case_insensitive_lower(self):

Undocumented

def test_from_file_section_case_insensitive_mixed(self):

Undocumented

def test_from_file_section_with_open_brackets(self):

Undocumented

def test_from_file_subsection(self):

Undocumented

def test_from_file_subsection_invalid(self):

Undocumented

def test_from_file_subsection_not_quoted(self):

Undocumented

def test_from_file_utf8_bom(self):

Undocumented

def test_from_file_value_with_open_quoted(self):

Undocumented

def test_from_file_with_boolean_setting(self):

Undocumented

def test_from_file_with_interrupted_line(self):

Undocumented

def test_from_file_with_mixed_quoted(self):

Undocumented

def test_from_file_with_quotes(self):

Undocumented

def test_quoted(self):

Undocumented

def test_quoted_multiline(self):

Undocumented

def test_quoted_newlines_windows(self):

Undocumented

def test_same_line(self):

Undocumented

def test_set_hash_gets_quoted(self):

Undocumented

def test_write_preserve_multivar(self):

Undocumented

def test_write_to_file_empty(self):

Undocumented

def test_write_to_file_section(self):

Undocumented

def test_write_to_file_subsection(self):

Undocumented