Change tests to pytest pythonic format
With pytest
usage we can make the tests more pythonic:
-
Move test functions out of classes/remove classes -
Use the assert
keyword -
Remove tests/documents/test_block.py:1979
__main__
usage
With pytest
usage we can make the tests more pythonic:
assert
keywordtests/documents/test_block.py:1979
__main__
usage