Added logging, fixed tests
This commit is contained in:
8
tests/test_packages.py
Normal file
8
tests/test_packages.py
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user