Example #1
0
 def setUp(self):
     self.section = Section("test section")
     self.uut = AlexBear(self.section, Queue())
     self.test_file1 = os.path.join(os.path.dirname(__file__), "test_files",
                                    "alex_test1.md")
     self.test_file2 = os.path.join(os.path.dirname(__file__), "test_files",
                                    "alex_test2.md")