Removing the @unittest.expectedFailure # T194138 for test_attributes_after_run method it fails with the following error instead of the error given in T194138. This bug was introduced with 8707292.
====================================================================== ERROR: test_attributes_after_run (__main__.TestGenerateFamilyFiles) Test FamilyFileGenerator attributes after run(). ---------------------------------------------------------------------- Traceback (most recent call last): File ".\tests\generate_family_files_tests.py", line 58, in test_attributes_aft er_run self.generator_instance.run() File "C:\pwb\GIT\core\generate_family_file.py", line 48, in run w = Wiki(self.base_url) NameError: name 'Wiki' is not defined ---------------------------------------------------------------------- Ran 1 test in 0.983s FAILED (errors=1)