Use setuptools for testing

16 views
Skip to first unread message

martin...@gmx.de

unread,
Mar 13, 2018, 6:43:43 AM3/13/18
to beautifulsoup
setup(
# ...
   
test_suite='bs4.tests',
# ...
)

>$ python setup.py test

This unifies tests for both python2 and 3, obsoleting both convert-py3k and test-all-versions.
On my end, this runs the same amount of tests as before the need for custom logic.

Reply all
Reply to author
Forward
0 new messages