module Easytest
An easy testing framework.
Constants
- VERSION
-
The
Easytestversion.
Public Class Methods
# File sig/_internal/easytest.rbs, line 6
def self.add_case: (Case new_case) -> void
# File sig/_internal/easytest.rbs, line 8
def self.add_hook: (Hook hook) -> void
(?no_tests_forbidden: bool) → void
Source
# File sig/_internal/easytest.rbs, line 4
def self.start: (?no_tests_forbidden: bool) -> void
() → String
Source
# File sig/_internal/easytest.rbs, line 12
def self.test_dir: () -> String
() → String
Source
# File sig/_internal/easytest.rbs, line 14
def self.test_files_location: () -> String