Cleanup tests

This commit is contained in:
Ivan Kravets
2018-01-13 01:19:41 +02:00
parent 712155243c
commit 7cad113f0a
11 changed files with 47 additions and 63 deletions

View File

@ -97,10 +97,9 @@ class UndefinedPackageVersion(PlatformioException):
class PackageInstallError(PlatformioException):
MESSAGE = (
"Could not install '{0}' with version requirements '{1}' "
"for your system '{2}'.\n"
"More details: http://bit.ly/faq-package-manager")
MESSAGE = ("Could not install '{0}' with version requirements '{1}' "
"for your system '{2}'.\n"
"More details: http://bit.ly/faq-package-manager")
class FDUnrecognizedStatusCode(PlatformioException):