File tree 4 files changed +8
-12
lines changed
4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
- # require "promise.class.nut:3.0.1"
2
- # require "JSONEncoder.class.nut:2.0.0"
3
1
// MIT License
4
2
//
5
3
// Copyright 2016-2017 Electric Imp
24
22
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25
23
// OTHER DEALINGS IN THE SOFTWARE.
26
24
27
- /* *
28
- * impUnit Test Framework
29
- *
30
- * @author Mikhail Yurasov <mikhail@electricimp.com>
31
- * @version 1.0.0
32
- * @package ImpUnit
33
- */
25
+ # require "promise.class.nut:3.0.1"
26
+ # require "JSONEncoder.class.nut:2.0.0"
34
27
35
28
// impUnit module
36
29
function __module_impUnit () {
Original file line number Diff line number Diff line change 25
25
@include __PATH__+ " /Message.nut"
26
26
@include __PATH__+ " /ImpTestCase.nut"
27
27
@include __PATH__+ " /TestRunner.nut"
28
+
29
+ class ImpUnit {
30
+ static VERSION = " 1.2.0" ;
31
+ }
32
+
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ local ImpUnitMessageTypes = {
44
44
*/
45
45
local ImpUnitMessage = class {
46
46
47
- static version = [ 0 , 5 , 0 ] ;
47
+ static VERSION = " 0.5.0 " ;
48
48
49
49
type = " " ;
50
50
message = " " ;
Original file line number Diff line number Diff line change 32
32
*/
33
33
local ImpUnitRunner = class {
34
34
35
- static version = [0 , 6 , 0 ];
36
-
37
35
// options
38
36
timeout = 2 ;
39
37
readableOutput = true ;
You can’t perform that action at this time.
0 commit comments