File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
on :
12
12
push :
13
- branches : [ "master" ]
14
13
pull_request :
15
- branches : [ "master" ]
16
14
17
15
jobs :
18
16
unit :
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ def stations_url(self):
23
23
24
24
def update (self , scraper = None ):
25
25
scraper = scraper or PyBikesScraper ()
26
+ raise Exception ("Make it fail" )
26
27
# biki takes more than 30s to reply, increase it to at least 60s
27
28
scraper .requests_timeout = max (scraper .requests_timeout , 600 )
28
29
data = json .loads (scraper .request (self .stations_url ))
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ def __init__(
54
54
if vehicle_types :
55
55
self .feeds ['vehicle_types' ] = vehicle_types
56
56
57
+
58
+ # HEllo world, a comment
59
+
57
60
@property
58
61
def default_feeds (self ):
59
62
url = self .feed_url
You can’t perform that action at this time.
0 commit comments