Home | History | Annotate | Download | only in test

Lines Matching refs:def

8     def tearDown(self):
11 def make_nrc(self, test_data):
20 def test_default(self):
29 def test_macros(self):
42 def _test_passwords(self, nrc, passwd):
46 def test_password_with_leading_hash(self):
51 def test_password_with_trailing_hash(self):
56 def test_password_with_internal_hash(self):
61 def _test_comment(self, nrc, passwd='pass'):
66 def test_comment_before_machine_line(self):
73 def test_comment_before_machine_line_no_space(self):
80 def test_comment_before_machine_line_hash_only(self):
87 def test_comment_at_end_of_machine_line(self):
93 def test_comment_at_end_of_machine_line_no_space(self):
99 def test_comment_at_end_of_machine_line_pass_has_hash(self):
106 def test_main():