Explorar o código

test a failed script

Nick Hildebrant %!s(int64=10) %!d(string=hai) anos
pai
achega
34a783fb46
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      test/ci_test_basic/test_test2.lua

+ 5 - 0
test/ci_test_basic/test_test2.lua

@@ -7,3 +7,8 @@ function test_success_again()
   assert_true (true, 'more tests work')
 end
 
+function test_fail() 
+  assert_true ("not something true", 'fail test')
+end
+
+