Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-historical-archive
Commits
439ac0da
Commit
439ac0da
authored
Mar 28, 2019
by
Florian Pritz
Browse files
test: Upload again after verifying db content
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
6638bc3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
test.py
View file @
439ac0da
...
...
@@ -17,13 +17,14 @@ class TestUploader(unittest.TestCase):
self
.
assertFalse
(
app
.
db
.
exists
(
'fb-client-2.0.3-2-any.pkg.tar.xz'
))
self
.
assertFalse
(
app
.
db
.
exists
(
'fb-client-2.0.99-1-any.pkg.tar.xz'
))
app
.
main
(
'./test-data/archive/packages/f/fb-client'
)
app
.
main
(
'./test-data/archive/packages/f/fb-client'
)
self
.
assertTrue
(
app
.
db
.
exists
(
'fb-client-2.0.4-1-any.pkg.tar.xz'
))
self
.
assertTrue
(
app
.
db
.
exists
(
'fb-client-2.0.3-2-any.pkg.tar.xz'
))
self
.
assertFalse
(
app
.
db
.
exists
(
'fb-client-2.0.99-1-any.pkg.tar.xz'
))
app
.
main
(
'./test-data/archive/packages/f/fb-client'
)
mock_uploader
.
upload
.
assert_called_once_with
(
'archlinux_pkg_fb-client'
,
files
=
[
'./test-data/archive/packages/f/fb-client/fb-client-2.0.4-1-any.pkg.tar.xz'
,
'./test-data/archive/packages/f/fb-client/fb-client-2.0.3-2-any.pkg.tar.xz'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment