Fixes #1738. Fixes #1812. Previously, Black removed leading and trailing spaces in multiline docstrings but failed to remove them from one-line docstrings.
* Add venv to .gitignore * Use tox to run tests * Make fuzz run in tox * Split tests files * Fix import error