Add possibility to print just the source code

This commit is contained in:
Oleksandr Kozachuk
2023-04-07 23:42:26 +02:00
parent 16f059920b
commit eed180e7a6
3 changed files with 20 additions and 7 deletions
+1
View File
@@ -95,6 +95,7 @@ class TestHandleQuestion(unittest.TestCase):
output_tags=None,
question=[self.question],
source=None,
only_source_code=False,
number=3
)
self.config = {