github
1591 of 1864 branches covered (85.35%)
121 of 132 new or added lines in 10 files covered. (91.67%)
13 existing lines in 3 files now uncovered.6034 of 6337 relevant lines covered (95.22%)
0.95 hits per line
UNCOV
1
|
from ._abstract import AbstractScraper |
× |
2 |
|
|
3 |
|
|
4 |
# TODO: Remove? Switching over to GoustoJson 2022-08-01
|
|
UNCOV
5
|
class Gousto(AbstractScraper): |
× |
UNCOV
6
|
@classmethod
|
× |
UNCOV
7
|
def host(cls): |
|
UNCOV
8
|
return "gousto.co.uk" |
× |