summaryrefslogtreecommitdiffstats
path: root/tests/pricefetch_reichelt.py
blob: b64b9f5b47e589b990bc725798659711a7758177 (plain)
1
2
3
4
5
6
7
8
from tests._lib import *

testData = (
	("RAD 1/63", PriceFetcher.Result.FOUND),
	("RAD 1/42", PriceFetcher.Result.NOTFOUND),
	(" RAD 1.000/63 ", PriceFetcher.Result.FOUND),
)
priceFetchTest("reichelt", testData)
bues.ch cgit interface