Improved new console command
This commit is contained in:
@@ -25,7 +25,7 @@ class Application(ApplicationABC):
|
||||
self._mailer.send_mail(mail)
|
||||
|
||||
def test_console(self):
|
||||
self._logger.debug(__name__, 'Started console test')
|
||||
self._logger.debug(__name__, 'Started console_old test')
|
||||
Console.write_line('Hello World')
|
||||
Console.write('\nName: ')
|
||||
Console.write_line('Hello', Console.read_line())
|
||||
|
Reference in New Issue
Block a user