summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKevin Morris <kevr@0cost.org>2021-01-01 07:00:15 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2021-02-20 17:52:52 +0100
commita376020977085d08a49d427e6bf7c4266a7f6413 (patch)
treedc8279df67f0532b673138872800abd6e42592dc /test
parent3b7ebc7693933a2520c50fa89296a77dad020f47 (diff)
downloadaur-a376020977085d08a49d427e6bf7c4266a7f6413.tar.gz
aur-a376020977085d08a49d427e6bf7c4266a7f6413.tar.xz
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>
Diffstat (limited to 'test')
-rw-r--r--test/test_popupdate.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_popupdate.py b/test/test_popupdate.py
new file mode 100644
index 00000000..93f86f10
--- /dev/null
+++ b/test/test_popupdate.py
@@ -0,0 +1,5 @@
+from aurweb.scripts import popupdate
+
+
+def test_popupdate():
+ popupdate.main()