beremiz
Clone
Summary
Browse
Changes
Graph
tests: fix load_and_build_tests.pytest
wxPython4
2022-08-12, Edouard Tisserant
5a0f7fcf9a8f
tests: fix load_and_build_tests.pytest
Leftover import from previously commented-out tests. Commented out as well.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]