a somewhat confusing output: ```110. IGNORED - em...
# kotest
p
a somewhat confusing output:
Copy code
110.  IGNORED
- emit unicode OK
- escape unicode OK
I see two problems here: 1. Instead of a name of the test file/module, there are two whitespaces (as if the name was omitted) and just
IGNORED
. 2. Each test case gets a green
OK
, but the whole test file/module is
IGNORED
. It's inconsistent because it both looks as if the whole test file/module was ignored, yet individual test cases are executed
in another example, seeing this:
Copy code
>> Kotest
- Feeding the kotest engine with freshly harvested tests
- Test plan has 114 specs

1.   IGNORED

2.   IGNORED

3.   IGNORED

4.   IGNORED

...it goes on...
s
This is a bug
Can you make a ticket with a simple reproducer
👍 1
p