[tests] drop dead tests
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from entropy.output import print_generic
|
||||
from entropy.client.interfaces import Client
|
||||
cl = Client()
|
||||
print_generic(cl.UGC.get_all_downloads("sabayonlinux.org"))
|
||||
cl.destroy()
|
||||
raise SystemExit(0)
|
||||
File diff suppressed because one or more lines are too long
@@ -1,8 +0,0 @@
|
||||
import sys
|
||||
sys.argv.append("--debug")
|
||||
from entropy.client.interfaces import Client
|
||||
cl = Client()
|
||||
data = ['app-foo/foo']
|
||||
cl.UGC.add_download_stats('sabayonlinux.org', data)
|
||||
cl.destroy()
|
||||
raise SystemExit(0)
|
||||
Reference in New Issue
Block a user