github
1632 of 1918 branches covered (85.09%)
130 of 141 new or added lines in 10 files covered. (92.2%)
8 existing lines in 2 files now uncovered.6325 of 6638 relevant lines covered (95.28%)
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" |
× |