Files
tuir/tests/test_packages.py
2017-03-28 22:50:51 -07:00

9 lines
218 B
Python

from rtv import packages
def test_praw3_package():
# Sanity check that the package was installed
assert packages.praw
assert len(packages.__praw_hash__) == 40
assert packages.__praw_bundled__ is True