1
0

Additional test case
Some checks failed
Python Ruff Code Quality / ruff (push) Failing after 22s
Run Python tests (through Pytest) / Test (push) Failing after 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s

This commit is contained in:
Jon Michael Aanes 2025-05-17 00:43:36 +02:00
parent 8baf44b909
commit 84042615d6
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -24,6 +24,7 @@ PRICES_PARSABLE = [
('5,00 dkk', dkk(5)), ('5,00 dkk', dkk(5)),
('9,99 dkk', dkk('9.99')), ('9,99 dkk', dkk('9.99')),
('17900 kr', dkk(17900)), ('17900 kr', dkk(17900)),
('650 kr.', dkk(650)),
] ]
PRICES_UNPARSABLE = [ PRICES_UNPARSABLE = [