()
| 686 | |
| 687 | |
| 688 | def pytests() -> None: |
| 689 | assert test_rotations() |
| 690 | assert test_insert() |
| 691 | assert test_insert_and_search() |
| 692 | assert test_insert_delete() |
| 693 | assert test_floor_ceil() |
| 694 | assert test_tree_traversal() |
| 695 | assert test_tree_chaining() |
| 696 | |
| 697 | |
| 698 | def main() -> None: |
nothing calls this directly
no test coverage detected