tldr-pages / tldr-python-client

:snake: Python command-line client for tldr pages 📚
https://pypi.org/project/tldr/
MIT License
599 stars 95 forks source link

simplify test structure to be more inline with pytest recommendations #140

Closed MasterOdin closed 4 years ago

MasterOdin commented 4 years ago

This simplifies the test structure, removing the outer class, to be more inline with the recommended way of using pytest.