mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Moved test
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e816763ca6
commit
c07c9d40de
1 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
|||
from slpkg.utils import Utils
|
||||
|
||||
|
||||
def test_units():
|
||||
assert ["Kb", "Kb"], ["100", "100"] == units(['100', ['100']])
|
||||
|
||||
|
||||
def test_dimensional_list():
|
||||
lists = [[1, 2, 3, 4, 5]]
|
||||
utils = Utils()
|
||||
|
@ -14,4 +10,4 @@ def test_dimensional_list():
|
|||
def test_remove_dbs():
|
||||
lists = [1, 2, 3, 3, 4, 5, 2, 1]
|
||||
utils = Utils()
|
||||
assert [1, 2, 3, 4, 5] == utils.remove_dbs(lists)
|
||||
assert [1, 2, 3, 4, 5] == utils.remove_dbs(lists)
|
||||
|
|
Loading…
Reference in a new issue