pricefetch_reichelt.py 213 B

123456789
  1. from tests._lib import *
  2. testData = (
  3. ("RAD 1/63", PriceFetcher.Result.FOUND),
  4. ("RAD 1/42", PriceFetcher.Result.NOTFOUND),
  5. (" RAD 1.000/63 ", PriceFetcher.Result.FOUND),
  6. )
  7. priceFetchTest("reichelt", testData)