clean up, plus fixed test case
This commit is contained in:
parent
3f756292b2
commit
146cc3717c
|
|
@ -3,7 +3,7 @@
|
|||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
.vscode/*
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"nuxt.isNuxtApp": false
|
||||
}
|
||||
|
|
@ -10,7 +10,7 @@ def test__BasketService():
|
|||
bs.scan("1", "A0001")
|
||||
bs.scan("1", "A0002")
|
||||
bs.scan("1", "A0002")
|
||||
assert bs.total("1") == 33.2
|
||||
assert bs.total("1") == 39.1
|
||||
print("total: ", bs.total("1"))
|
||||
|
||||
test__BasketService()
|
||||
Loading…
Reference in New Issue