diff --git a/perguntations/testfactory.py b/perguntations/testfactory.py index 612e86d..aa887f5 100644 --- a/perguntations/testfactory.py +++ b/perguntations/testfactory.py @@ -66,7 +66,7 @@ test_schema = schema.Schema( }, ignore_extra_keys=True, ) -# FIXME schema error with 'testfile' which is added in the code +# FIXME: schema error with 'testfile' which is added in the code # ============================================================================ class TestFactoryException(Exception): @@ -105,7 +105,7 @@ class TestFactory(dict): normalize_question_list(self["questions"]) # --- for review, we are done. no factories needed - # if self['review']: FIXME + # if self['review']: FIXME: # logger.info('Review mode. No questions loaded. No factories.') # return @@ -267,7 +267,7 @@ class TestFactory(dict): checks if questions can be correctly generated and corrected """ logger.info("Checking questions...") - # FIXME get_event_loop will be deprecated in python3.10 + # FIXME: get_event_loop will be deprecated in python3.10 loop = asyncio.get_event_loop() for i, (qref, qfact) in enumerate(self["question_factory"].items()): try: -- libgit2 0.21.2