Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Добавлена команда для тестирования текущего теста по имени выделенног…
Browse files Browse the repository at this point in the history
…о теста в редакторе Atom
  • Loading branch information
artbear committed Jun 3, 2016
1 parent 2a5ca6e commit f9b63d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .atom-build.json
Expand Up @@ -22,6 +22,14 @@
"errorMatch": [
"{Модуль (?<file>[^/]+) / Ошибка в строке: (?<line>[0-9]+) / (?<message>.*)"
]
},
"Test select test-name": {
"cmd": "oscript",
"args": [ "-encoding=utf-8", "{PROJECT_PATH}/../oscript-library/tests/testrunner.os", "-run", "{FILE_ACTIVE}", "{SELECTION}"],
"sh": false,
"errorMatch": [
"{Модуль (?<file>[^/]+) / Ошибка в строке: (?<line>[0-9]+) / (?<message>.*)"
]
}
}
}

0 comments on commit f9b63d9

Please sign in to comment.