summaryrefslogtreecommitdiffstats
path: root/tests/pricefetch_conrad.py
blob: 5e564a9627a7ec60d71ab63dafa7586da8b8f7cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
from tests._lib import *

testData = (
	("405132 - 62", PriceFetcher.Result.FOUND),
	("405132", PriceFetcher.Result.FOUND),
	("9999999 - 99", PriceFetcher.Result.NOTFOUND),
	("9999999", PriceFetcher.Result.NOTFOUND),
	("405191", PriceFetcher.Result.FOUND),
	("405191 - 62", PriceFetcher.Result.FOUND),
	("408042 - 62", PriceFetcher.Result.FOUND),
	("408042", PriceFetcher.Result.FOUND),
)
priceFetchTest("conrad", testData)
bues.ch cgit interface