beremiz
Clone
Summary
Browse
Changes
Graph
tests: IDE: prevent edit_project to save modifed example so that it doesn't influence following tests
2022-07-15, Edouard Tisserant
67e1707f24c8
tests: IDE: prevent edit_project to save modifed example so that it doesn't influence following tests
#!/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"]