Files
python/exercises/practice/binary-search-tree
Erik Schierboom 15095b4b41 Simplify the tests.toml files by removing any include = true properties, which are redundant as the default value of this field is true.
As the vast majority of the test cases use `include = true`, omitting it makes the `tests.toml` files more readable and make the exceptional cases (`include = false`) far easier to identify.

See https://github.com/exercism/configlet/issues/186 and https://github.com/exercism/configlet/issues/207 for the corresponding discussion.
2021-05-04 12:47:55 -07:00
..