beremiz
Clone
Summary
Browse
Changes
Graph
Separate application tests and code-style checking in different steps in bitbucket-pipelines
2018-08-21, Andrey Skvortsov
dda34e671700
Separate application tests and code-style checking in different steps in bitbucket-pipelines
#!/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"]