mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
We had no coverage over aurweb.scripts.popupdate. This test covers all of its functionality. Signed-off-by: Kevin Morris <kevr@0cost.org>
5 lines
82 B
Python
5 lines
82 B
Python
from aurweb.scripts import popupdate
|
|
|
|
|
|
def test_popupdate():
|
|
popupdate.main()
|