mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated sbo queries test
This commit is contained in:
parent
c7036e0761
commit
3f84bc47b0
1 changed files with 3 additions and 3 deletions
|
@ -15,16 +15,16 @@ class TestSBoQueries(unittest.TestCase):
|
|||
|
||||
def test_sources(self):
|
||||
self.assertEqual(['https://gitlab.com/dslackw/slpkg/-/archive'
|
||||
'/4.5.3/slpkg-4.5.3.tar.gz'], self.query.sources())
|
||||
'/4.6.1/slpkg-4.6.1.tar.gz'], self.query.sources())
|
||||
|
||||
def test_requires(self):
|
||||
self.assertEqual(['SQLAlchemy', 'python3-pythondialog', 'python3-progress'], self.query.requires())
|
||||
|
||||
def test_version(self):
|
||||
self.assertEqual('4.5.3', self.query.version())
|
||||
self.assertEqual('4.6.1', self.query.version())
|
||||
|
||||
def test_checksum(self):
|
||||
self.assertListEqual(['d76c95208a4c1cc2d6121417885eb8a8'],
|
||||
self.assertListEqual(['8f98a8f666f8772be205ce65214dd538'],
|
||||
self.query.checksum())
|
||||
|
||||
def test_files(self):
|
Loading…
Reference in a new issue