This commit is contained in:
parent
ed33bdfcba
commit
a3b5392f7f
8 changed files with 38 additions and 19 deletions
|
@ -1,6 +1,13 @@
|
|||
from scrapers import ah_get_by_gtin, sligro_get_by_gtin, parse_content_description, Product, ProductNotFoundError
|
||||
import pytest
|
||||
|
||||
from inflatinator.scrapers import (
|
||||
Product,
|
||||
ProductNotFoundError,
|
||||
ah_get_by_gtin,
|
||||
parse_content_description,
|
||||
sligro_get_by_gtin,
|
||||
)
|
||||
|
||||
|
||||
def test_scrape_ah():
|
||||
# Ola Liuk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue