9 lines
219 B
Python
9 lines
219 B
Python
from tuir 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
|