add test_popupdate.py

We had no coverage over aurweb.scripts.popupdate. This test covers
all of its functionality.

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2020-12-31 22:00:15 -08:00
parent 4b7609681d
commit 6d08789ac1
3 changed files with 8 additions and 1 deletions

5
test/test_popupdate.py Normal file
View file

@ -0,0 +1,5 @@
from aurweb.scripts import popupdate
def test_popupdate():
popupdate.main()