• Test suite is way too light

Question related to mission Solution for Anything

 

Considering the task explained, I think the set of tests one needs to pass in order to pass this task, is a bit too small. The task clearly explains that all boolean operators should result in the same result, meaning that I expect at least six tests, namely one for each.

Currently it is possible to pass the task by only implementing a subset of the boolean operators, hence passing the task, without satisfying the requirements of the task!