-
Notifications
You must be signed in to change notification settings - Fork 0
/
feedback.txt
727 lines (699 loc) · 55.9 KB
/
feedback.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
Exercise 1
==========
Docstring comments:
There is no name after 'Author:' in the module docstring.
The date after 'Date:' in the module docstring is invalid .
Comments for 'read_csv':
The call read_csv('/home/codio/workspace/.guides/tests/testfiles/file1.csv') returns None, not [['STUDENT', 'AIRPLANE', 'INSTRUCTOR', 'TAKEOFF', 'LANDING', 'FILED', 'AREA'], ['S00309', '738GG', 'I076', '2015-01-12T09:00:00-05:00', '2015-01-12T11:00:00-05:00', 'VFR', 'Pattern'], ['S00308', '133CZ', 'I053', '2015-01-13T09:00:00-05:00', '2015-01-13T12:00:00-05:00', 'VFR', 'Practice Area'], ['S00324', '426JQ', 'I053', '2015-02-04T11:00:00-05:00', '2015-02-04T14:00:00-05:00', 'VFR', 'Cross Country'], ['S00319', '811AX', 'I072', '2015-02-06T13:00:00-05:00', '2015-02-06T15:00:00-05:00', 'VFR', 'Pattern'], ['S00321', '738GG', 'I072', '2015-02-08T10:00:00-05:00', '2015-02-08T13:00:00-05:00', 'VFR', 'Practice Area'], ['S00308', '811AX', 'I072', '2015-02-23T09:00:00-05:00', '2015-02-23T13:00:00-05:00', 'VFR', 'Cross Country']].
The call read_csv('/home/codio/workspace/.guides/tests/testfiles/file2.csv') returns None, not [['TAIL NO', 'TYPE', 'CAPABILITY', 'ADVANCED', 'MULTIENGINE', 'ANNUAL', 'HOURS'], ['133CZ', 'Cessna 152', 'VFR', 'No', 'No', '2016-04-15', '88'], ['811AX', 'Cessna 152', 'VFR', 'No', 'No', '2016-01-22', '39'], ['426JQ', 'Cessna 152', 'VFR', 'No', 'No', '2016-07-30', '31']].
Comments for 'write_csv':
The function looks good.
Comments for 'read_json':
The call read_json('/home/codio/workspace/.guides/tests/testfiles/file3.json') returns a value of type <class 'NoneType'>, not <class 'dict'>.
The call read_json('/home/codio/workspace/.guides/tests/testfiles/file3.json') returns None, not {'2018-01-01T00:00:00-05:00': {'visibility': {'prevailing': 1.75, 'units': 'SM'}, 'wind': {'speed': 13.0, 'crosswind': 5.0, 'units': 'KT'}, 'temperature': {'value': -15.0, 'units': 'C'}, 'sky': [{'cover': 'clouds', 'type': 'broken', 'height': 1200.0, 'units': 'FT'}, {'type': 'overcast', 'height': 1800.0, 'units': 'FT'}], 'weather': ['light snow', 'mist'], 'code': '201801010456Z'}, '2017-12-31T23:00:00-05:00': {'visibility': {'prevailing': 1.75, 'units': 'SM'}, 'wind': {'speed': 13.0, 'crosswind': 5.0, 'units': 'KT'}, 'temperature': {'value': -15.0, 'units': 'C'}, 'sky': [{'cover': 'clouds', 'type': 'broken', 'height': 1300.0, 'units': 'FT'}, {'type': 'overcast', 'height': 2200.0, 'units': 'FT'}], 'weather': ['light snow', 'mist'], 'code': '201801010356Z'}, '2017-12-31T22:00:00-05:00': {'visibility': {'prevailing': 3.0, 'units': 'SM'}, 'wind': {'speed': 11.0, 'crosswind': 7.0, 'units': 'KT'}, 'temperature': {'value': -15.0, 'units': 'C'}, 'sky': [{'type': 'overcast', 'height': 1300.0, 'units': 'FT'}], 'weather': ['light snow', 'mist'], 'code': '201801010317Z'}, '2017-12-31T21:00:00-05:00': {'visibility': {'prevailing': 10.0, 'units': 'SM'}, 'wind': {'speed': 10.0, 'crosswind': 7.0, 'units': 'KT'}, 'temperature': {'value': -16.1, 'units': 'C'}, 'sky': [{'type': 'overcast', 'height': 1700.0, 'units': 'FT'}], 'code': '201801010156Z'}}.
The call read_json('/home/codio/workspace/.guides/tests/testfiles/file4.json') returns a value of type <class 'NoneType'>, not <class 'list'>.
The call read_json('/home/codio/workspace/.guides/tests/testfiles/file4.json') returns None, not [{'cover': 'clouds', 'type': 'broken', 'height': 1200.0, 'units': 'FT'}, {'type': 'overcast', 'height': 1800.0, 'units': 'FT'}].
Comments for 'str_to_time':
The call str_to_time('2016-04-15', None) returns None, not datetime.datetime(2016, 4, 15, 0, 0).
The call str_to_time('October 12, 2019', None) returns None, not datetime.datetime(2019, 10, 12, 0, 0).
The call str_to_time('2016-04-15T10:15:45', None) returns None, not datetime.datetime(2016, 4, 15, 10, 15, 45).
The call str_to_time('2017-08-02 13:00:15', None) returns None, not datetime.datetime(2017, 8, 2, 13, 0, 15).
The call str_to_time('10:15 pm, October 12, 2019', None) returns None, not datetime.datetime(2019, 10, 12, 22, 15).
The call str_to_time('2016-05-12', None) returns None, not datetime.datetime(2016, 5, 12, 0, 0).
The call str_to_time('16:23', None) returns None, not datetime.datetime(2022, 1, 24, 16, 23).
The call str_to_time('16:23-5:00', None) returns None, not datetime.datetime(2022, 1, 24, 16, 23, tzinfo=<StaticTzInfo 'EST'>).
The call str_to_time('2016-05-12T16:23-5:00', None) returns None, not datetime.datetime(2016, 5, 12, 16, 23, tzinfo=<StaticTzInfo 'EST'>).
The call str_to_time('2016-05-12T16:23', <StaticTzInfo 'EST'>) returns None, not datetime.datetime(2016, 5, 12, 16, 23, tzinfo=<StaticTzInfo 'EST'>).
The call str_to_time('2016-05-12T16:23-4:00', <StaticTzInfo 'EST'>) returns None, not datetime.datetime(2016, 5, 12, 16, 23, tzinfo=<DstTzInfo 'America/Puerto_Rico' AST-1 day, 20:00:00 STD>).
The call str_to_time('2016-05-12T16:23', 'America/Chicago') returns None, not datetime.datetime(2016, 5, 12, 16, 23, tzinfo=<DstTzInfo 'America/Chicago' CDT-1 day, 19:00:00 DST>).
The call str_to_time('2016-05-12T16:23', 'US/Eastern') returns None, not datetime.datetime(2016, 5, 12, 16, 23, tzinfo=<DstTzInfo 'US/Eastern' EDT-1 day, 20:00:00 DST>).
The call str_to_time('2016-05-12T16:23-5:00', 'US/Eastern') returns None, not datetime.datetime(2016, 5, 12, 16, 23, tzinfo=<DstTzInfo 'America/Chicago' CDT-1 day, 19:00:00 DST>).
Comments for 'daytime':
The call daytime(datetime.datetime(2015, 6, 5, 7, 0, tzinfo=<DstTzInfo 'US/Eastern' EDT-1 day, 20:00:00 DST>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2015, 6, 5, 7, 0, tzinfo=<DstTzInfo 'America/Chicago' CDT-1 day, 19:00:00 DST>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2015, 6, 5, 17, 0, tzinfo=<DstTzInfo 'US/Eastern' EDT-1 day, 20:00:00 DST>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2015, 6, 5, 17, 0, tzinfo=<DstTzInfo 'America/Chicago' CDT-1 day, 19:00:00 DST>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2015, 10, 31, 6, 0, tzinfo=<DstTzInfo 'US/Eastern' EDT-1 day, 20:00:00 DST>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2015, 10, 31, 6, 0, tzinfo=<DstTzInfo 'America/Chicago' CDT-1 day, 19:00:00 DST>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2015, 10, 31, 17, 0, tzinfo=<DstTzInfo 'US/Eastern' EDT-1 day, 20:00:00 DST>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2015, 10, 31, 17, 0, tzinfo=<DstTzInfo 'America/Chicago' CDT-1 day, 19:00:00 DST>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2015, 11, 17, 7, 0, tzinfo=<DstTzInfo 'US/Eastern' EST-1 day, 19:00:00 STD>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2015, 11, 17, 7, 0, tzinfo=<DstTzInfo 'America/Chicago' CST-1 day, 18:00:00 STD>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2015, 11, 17, 17, 0, tzinfo=<DstTzInfo 'US/Eastern' EST-1 day, 19:00:00 STD>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2015, 11, 17, 17, 0, tzinfo=<DstTzInfo 'America/Chicago' CST-1 day, 18:00:00 STD>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2015, 12, 11, 7, 0, tzinfo=<DstTzInfo 'US/Eastern' EST-1 day, 19:00:00 STD>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2015, 12, 11, 7, 0, tzinfo=<DstTzInfo 'America/Chicago' CST-1 day, 18:00:00 STD>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2015, 12, 11, 17, 0, tzinfo=<DstTzInfo 'US/Eastern' EST-1 day, 19:00:00 STD>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2015, 12, 11, 17, 0, tzinfo=<DstTzInfo 'America/Chicago' CST-1 day, 18:00:00 STD>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2016, 11, 1, 7, 0, tzinfo=<DstTzInfo 'US/Eastern' EDT-1 day, 20:00:00 DST>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2016, 11, 1, 7, 0, tzinfo=<DstTzInfo 'America/Chicago' CDT-1 day, 19:00:00 DST>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2016, 11, 1, 17, 0, tzinfo=<DstTzInfo 'US/Eastern' EDT-1 day, 20:00:00 DST>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2016, 11, 1, 17, 0, tzinfo=<DstTzInfo 'America/Chicago' CDT-1 day, 19:00:00 DST>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2017, 11, 17, 7, 0, tzinfo=<DstTzInfo 'US/Eastern' EST-1 day, 19:00:00 STD>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2017, 11, 17, 7, 0, tzinfo=<DstTzInfo 'America/Chicago' CST-1 day, 18:00:00 STD>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2017, 11, 17, 17, 0, tzinfo=<DstTzInfo 'US/Eastern' EST-1 day, 19:00:00 STD>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2017, 11, 17, 17, 0, tzinfo=<DstTzInfo 'America/Chicago' CST-1 day, 18:00:00 STD>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2018, 6, 5, 6, 0, tzinfo=<DstTzInfo 'US/Eastern' EDT-1 day, 20:00:00 DST>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2018, 6, 5, 6, 0, tzinfo=<DstTzInfo 'America/Chicago' CDT-1 day, 19:00:00 DST>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2018, 6, 5, 19, 0, tzinfo=<DstTzInfo 'US/Eastern' EDT-1 day, 20:00:00 DST>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2018, 6, 5, 19, 0, tzinfo=<DstTzInfo 'America/Chicago' CDT-1 day, 19:00:00 DST>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2018, 11, 15, 7, 0, tzinfo=<DstTzInfo 'US/Eastern' EST-1 day, 19:00:00 STD>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2018, 11, 15, 7, 0, tzinfo=<DstTzInfo 'America/Chicago' CST-1 day, 18:00:00 STD>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2018, 11, 15, 17, 0, tzinfo=<DstTzInfo 'US/Eastern' EST-1 day, 19:00:00 STD>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2018, 11, 15, 17, 0, tzinfo=<DstTzInfo 'America/Chicago' CST-1 day, 18:00:00 STD>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2018, 11, 15, 6, 0, tzinfo=<DstTzInfo 'US/Eastern' EST-1 day, 19:00:00 STD>),daycycle) returns None, not False.
The call daytime(datetime.datetime(2018, 11, 15, 6, 0, tzinfo=<DstTzInfo 'America/Chicago' CST-1 day, 18:00:00 STD>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2018, 11, 15, 16, 0, tzinfo=<DstTzInfo 'US/Eastern' EST-1 day, 19:00:00 STD>),daycycle) returns None, not True.
The call daytime(datetime.datetime(2018, 11, 15, 16, 0, tzinfo=<DstTzInfo 'America/Chicago' CST-1 day, 18:00:00 STD>),daycycle) returns None, not False.
Comments for 'get_for_id':
The call get_for_id('S00324',[['STUDENT...) returns None, not ['S00324', '426JQ', 'I053', '2015-02-04T11:00:00-05:00', '2015-02-04T14:00:00-05:00', 'VFR', 'Cross Country'].
The call get_for_id('S00324',[['S00309'...) returns None, not ['S00324', '426JQ', 'I053', '2015-02-04T11:00:00-05:00', '2015-02-04T14:00:00-05:00', 'VFR', 'Cross Country'].
The call get_for_id('811AX',[['TAIL NO...) returns None, not ['811AX', 'Cessna 152', 'VFR', 'No', 'No', '2016-01-22', '39'].
Exercise 2
==========
Docstring comments:
There is no name after 'Author:' in the module docstring.
The date after 'Date:' in the module docstring is invalid .
Comments for 'get_certification':
get_certification marked S00313 as 'INVALID' on 2015-01-14T08:00:00, but was really 'NOVICE'.
get_certification marked S00313 as 'INVALID' on 2015-07-15T10:15:20, but was really 'STUDENT'.
get_certification marked S00313 as 'INVALID' on 2015-07-16T10:15:20, but was really 'STUDENT'.
get_certification marked S00313 as 'INVALID' on 2015-10-08T12:30:45, but was really 'STUDENT'.
get_certification marked S00313 as 'INVALID' on 2016-02-15T20:35:16, but was really 'STUDENT'.
get_certification marked S00313 as 'INVALID' on 2017-12-30 16:30:45, but was really 'STUDENT'.
get_certification marked S00331 as 'INVALID' on 2015-01-14T08:00:00, but was really 'INVALID'.
get_certification marked S00331 as 'INVALID' on 2015-07-15T10:15:20, but was really 'NOVICE'.
get_certification marked S00331 as 'INVALID' on 2015-07-16T10:15:20, but was really 'NOVICE'.
get_certification marked S00331 as 'INVALID' on 2015-10-08T12:30:45, but was really 'NOVICE'.
get_certification marked S00331 as 'INVALID' on 2016-02-15T20:35:16, but was really 'STUDENT'.
get_certification marked S00331 as 'INVALID' on 2017-12-30 16:30:45, but was really 'STUDENT'.
get_certification marked S00353 as 'INVALID' on 2015-01-14T08:00:00, but was really 'INVALID'.
get_certification marked S00353 as 'INVALID' on 2015-07-15T10:15:20, but was really 'CERTIFIED'.
get_certification marked S00353 as 'INVALID' on 2015-07-16T10:15:20, but was really 'CERTIFIED'.
get_certification marked S00353 as 'INVALID' on 2015-10-08T12:30:45, but was really '50_HOURS'.
get_certification marked S00353 as 'INVALID' on 2016-02-15T20:35:16, but was really '50_HOURS'.
get_certification marked S00353 as 'INVALID' on 2017-12-30 16:30:45, but was really '50_HOURS'.
get_certification marked S00362 as 'INVALID' on 2015-01-14T08:00:00, but was really 'INVALID'.
get_certification marked S00362 as 'INVALID' on 2015-07-15T10:15:20, but was really 'STUDENT'.
get_certification marked S00362 as 'INVALID' on 2015-07-16T10:15:20, but was really 'STUDENT'.
get_certification marked S00362 as 'INVALID' on 2015-10-08T12:30:45, but was really 'CERTIFIED'.
get_certification marked S00362 as 'INVALID' on 2016-02-15T20:35:16, but was really '50_HOURS'.
get_certification marked S00362 as 'INVALID' on 2017-12-30 16:30:45, but was really '50_HOURS'.
get_certification marked S00378 as 'INVALID' on 2015-01-14T08:00:00, but was really 'INVALID'.
get_certification marked S00378 as 'INVALID' on 2015-07-15T10:15:20, but was really 'NOVICE'.
get_certification marked S00378 as 'INVALID' on 2015-07-16T10:15:20, but was really 'STUDENT'.
get_certification marked S00378 as 'INVALID' on 2015-10-08T12:30:45, but was really 'CERTIFIED'.
get_certification marked S00378 as 'INVALID' on 2016-02-15T20:35:16, but was really '50_HOURS'.
get_certification marked S00378 as 'INVALID' on 2017-12-30 16:30:45, but was really '50_HOURS'.
get_certification marked S01139 as 'INVALID' on 2015-01-14T08:00:00, but was really 'INVALID'.
get_certification marked S01139 as 'INVALID' on 2015-07-15T10:15:20, but was really 'INVALID'.
get_certification marked S01139 as 'INVALID' on 2015-07-16T10:15:20, but was really 'INVALID'.
get_certification marked S01139 as 'INVALID' on 2015-10-08T12:30:45, but was really 'INVALID'.
get_certification marked S01139 as 'INVALID' on 2016-02-15T20:35:16, but was really 'INVALID'.
get_certification marked S01139 as 'INVALID' on 2017-12-30 16:30:45, but was really 'NOVICE'.
Comments for 'has_instrument_rating':
has_instrument_rating marked S00313 as None on 2015-12-11T08:00:00, but was really False.
has_instrument_rating marked S00313 as None on 2015-12-27T10:15:20, but was really False.
has_instrument_rating marked S00313 as None on 2015-12-28T10:15:20, but was really False.
has_instrument_rating marked S00313 as None on 2016-04-18T12:30:45, but was really False.
has_instrument_rating marked S00350 as None on 2015-12-11T08:00:00, but was really False.
has_instrument_rating marked S00350 as None on 2015-12-27T10:15:20, but was really True.
has_instrument_rating marked S00350 as None on 2015-12-28T10:15:20, but was really True.
has_instrument_rating marked S00350 as None on 2016-04-18T12:30:45, but was really True.
has_instrument_rating marked S00369 as None on 2015-12-11T08:00:00, but was really False.
has_instrument_rating marked S00369 as None on 2015-12-27T10:15:20, but was really False.
has_instrument_rating marked S00369 as None on 2015-12-28T10:15:20, but was really True.
has_instrument_rating marked S00369 as None on 2016-04-18T12:30:45, but was really True.
has_instrument_rating marked S00378 as None on 2015-12-11T08:00:00, but was really False.
has_instrument_rating marked S00378 as None on 2015-12-27T10:15:20, but was really False.
has_instrument_rating marked S00378 as None on 2015-12-28T10:15:20, but was really False.
has_instrument_rating marked S00378 as None on 2016-04-18T12:30:45, but was really True.
Comments for 'has_advanced_endorsement':
has_advanced_endorsement marked S00313 as None on 2015-12-20T08:00:00, but was really False.
has_advanced_endorsement marked S00313 as None on 2016-05-31T10:15:20, but was really False.
has_advanced_endorsement marked S00313 as None on 2016-12-05T12:30:45, but was really False.
has_advanced_endorsement marked S00313 as None on 2016-12-12T10:15:20, but was really False.
has_advanced_endorsement marked S00369 as None on 2015-12-20T08:00:00, but was really False.
has_advanced_endorsement marked S00369 as None on 2016-05-31T10:15:20, but was really False.
has_advanced_endorsement marked S00369 as None on 2016-12-05T12:30:45, but was really False.
has_advanced_endorsement marked S00369 as None on 2016-12-12T10:15:20, but was really False.
has_advanced_endorsement marked S00378 as None on 2015-12-20T08:00:00, but was really False.
has_advanced_endorsement marked S00378 as None on 2016-05-31T10:15:20, but was really True.
has_advanced_endorsement marked S00378 as None on 2016-12-05T12:30:45, but was really True.
has_advanced_endorsement marked S00378 as None on 2016-12-12T10:15:20, but was really True.
has_advanced_endorsement marked S00436 as None on 2015-12-20T08:00:00, but was really False.
has_advanced_endorsement marked S00436 as None on 2016-05-31T10:15:20, but was really False.
has_advanced_endorsement marked S00436 as None on 2016-12-05T12:30:45, but was really True.
has_advanced_endorsement marked S00436 as None on 2016-12-12T10:15:20, but was really True.
has_advanced_endorsement marked S00536 as None on 2015-12-20T08:00:00, but was really False.
has_advanced_endorsement marked S00536 as None on 2016-05-31T10:15:20, but was really False.
has_advanced_endorsement marked S00536 as None on 2016-12-05T12:30:45, but was really False.
has_advanced_endorsement marked S00536 as None on 2016-12-12T10:15:20, but was really True.
Comments for 'has_multiengine_endorsement':
has_multiengine_endorsement marked S00313 as None on 2015-12-11T08:00:00, but was really False.
has_multiengine_endorsement marked S00313 as None on 2017-09-27T10:15:20, but was really False.
has_multiengine_endorsement marked S00313 as None on 2017-09-28T10:15:20, but was really False.
has_multiengine_endorsement marked S00313 as None on 2017-11-05T12:30:45, but was really False.
has_multiengine_endorsement marked S00378 as None on 2015-12-11T08:00:00, but was really False.
has_multiengine_endorsement marked S00378 as None on 2017-09-27T10:15:20, but was really False.
has_multiengine_endorsement marked S00378 as None on 2017-09-28T10:15:20, but was really True.
has_multiengine_endorsement marked S00378 as None on 2017-11-05T12:30:45, but was really True.
has_multiengine_endorsement marked S00436 as None on 2015-12-11T08:00:00, but was really False.
has_multiengine_endorsement marked S00436 as None on 2017-09-27T10:15:20, but was really False.
has_multiengine_endorsement marked S00436 as None on 2017-09-28T10:15:20, but was really False.
has_multiengine_endorsement marked S00436 as None on 2017-11-05T12:30:45, but was really True.
has_multiengine_endorsement marked S00536 as None on 2015-12-11T08:00:00, but was really False.
has_multiengine_endorsement marked S00536 as None on 2017-09-27T10:15:20, but was really False.
has_multiengine_endorsement marked S00536 as None on 2017-09-28T10:15:20, but was really False.
has_multiengine_endorsement marked S00536 as None on 2017-11-05T12:30:45, but was really False.
Comments for 'get_minimums':
Function read_csv cannot process the minimums table.
Exercise 3
==========
Docstring comments:
There is no name after 'Author:' in the module docstring.
The date after 'Date:' in the module docstring is invalid .
Comments for 'bad_visibility':
bad_visibility(None,0.75) returned None, but should have returned False.
bad_visibility(None,1) returned None, but should have returned False.
bad_visibility(None,2) returned None, but should have returned False.
bad_visibility(None,3) returned None, but should have returned False.
bad_visibility(None,5) returned None, but should have returned False.
bad_visibility(None,8) returned None, but should have returned False.
bad_visibility(None,10) returned None, but should have returned True.
bad_visibility(None,0.75) returned None, but should have returned False.
bad_visibility(None,1) returned None, but should have returned False.
bad_visibility(None,2) returned None, but should have returned True.
bad_visibility(None,3) returned None, but should have returned True.
bad_visibility(None,5) returned None, but should have returned True.
bad_visibility(None,8) returned None, but should have returned True.
bad_visibility(None,10) returned None, but should have returned True.
bad_visibility(None,0.75) returned None, but should have returned True.
bad_visibility(None,1) returned None, but should have returned True.
bad_visibility(None,2) returned None, but should have returned True.
bad_visibility(None,3) returned None, but should have returned True.
bad_visibility(None,5) returned None, but should have returned True.
bad_visibility(None,8) returned None, but should have returned True.
bad_visibility(None,10) returned None, but should have returned True.
bad_visibility(None,0.75) returned None, but should have returned False.
bad_visibility(None,1) returned None, but should have returned True.
bad_visibility(None,2) returned None, but should have returned True.
bad_visibility(None,3) returned None, but should have returned True.
bad_visibility(None,5) returned None, but should have returned True.
bad_visibility(None,8) returned None, but should have returned True.
bad_visibility(None,10) returned None, but should have returned True.
bad_visibility(None,0.75) returned None, but should have returned False.
bad_visibility(None,1) returned None, but should have returned False.
bad_visibility(None,2) returned None, but should have returned True.
bad_visibility(None,3) returned None, but should have returned True.
bad_visibility(None,5) returned None, but should have returned True.
bad_visibility(None,8) returned None, but should have returned True.
bad_visibility(None,10) returned None, but should have returned True.
bad_visibility(None,0.75) returned None, but should have returned False.
bad_visibility(None,1) returned None, but should have returned False.
bad_visibility(None,2) returned None, but should have returned False.
bad_visibility(None,3) returned None, but should have returned True.
bad_visibility(None,5) returned None, but should have returned True.
bad_visibility(None,8) returned None, but should have returned True.
bad_visibility(None,10) returned None, but should have returned True.
bad_visibility(None,0.75) returned None, but should have returned False.
bad_visibility(None,1) returned None, but should have returned False.
bad_visibility(None,2) returned None, but should have returned False.
bad_visibility(None,3) returned None, but should have returned False.
bad_visibility(None,5) returned None, but should have returned True.
bad_visibility(None,8) returned None, but should have returned True.
bad_visibility(None,10) returned None, but should have returned True.
bad_visibility(None,0.75) returned None, but should have returned False.
bad_visibility(None,1) returned None, but should have returned False.
bad_visibility(None,2) returned None, but should have returned False.
bad_visibility(None,3) returned None, but should have returned False.
bad_visibility(None,5) returned None, but should have returned False.
bad_visibility(None,8) returned None, but should have returned True.
bad_visibility(None,10) returned None, but should have returned True.
bad_visibility(None,0.75) returned None, but should have returned True.
bad_visibility(None,1) returned None, but should have returned True.
bad_visibility(None,2) returned None, but should have returned True.
bad_visibility(None,3) returned None, but should have returned True.
bad_visibility(None,5) returned None, but should have returned True.
bad_visibility(None,8) returned None, but should have returned True.
bad_visibility(None,10) returned None, but should have returned True.
bad_visibility(None,0.75) returned None, but should have returned False.
bad_visibility(None,1) returned None, but should have returned False.
bad_visibility(None,2) returned None, but should have returned False.
bad_visibility(None,3) returned None, but should have returned False.
bad_visibility(None,5) returned None, but should have returned False.
bad_visibility(None,8) returned None, but should have returned False.
bad_visibility(None,10) returned None, but should have returned False.
Comments for 'bad_winds':
bad_winds(None,30,20) returned None, but should have returned True.
bad_winds(None,25,15) returned None, but should have returned True.
bad_winds(None,20,10) returned None, but should have returned True.
bad_winds(None,20,8) returned None, but should have returned True.
bad_winds(None,10,5) returned None, but should have returned True.
bad_winds(None,30,20) returned None, but should have returned True.
bad_winds(None,25,15) returned None, but should have returned True.
bad_winds(None,20,10) returned None, but should have returned True.
bad_winds(None,20,8) returned None, but should have returned True.
bad_winds(None,10,5) returned None, but should have returned True.
bad_winds(None,30,20) returned None, but should have returned False.
bad_winds(None,25,15) returned None, but should have returned True.
bad_winds(None,20,10) returned None, but should have returned True.
bad_winds(None,20,8) returned None, but should have returned True.
bad_winds(None,10,5) returned None, but should have returned True.
bad_winds(None,30,20) returned None, but should have returned False.
bad_winds(None,25,15) returned None, but should have returned False.
bad_winds(None,20,10) returned None, but should have returned True.
bad_winds(None,20,8) returned None, but should have returned True.
bad_winds(None,10,5) returned None, but should have returned True.
bad_winds(None,30,20) returned None, but should have returned False.
bad_winds(None,25,15) returned None, but should have returned False.
bad_winds(None,20,10) returned None, but should have returned False.
bad_winds(None,20,8) returned None, but should have returned True.
bad_winds(None,10,5) returned None, but should have returned True.
bad_winds(None,30,20) returned None, but should have returned False.
bad_winds(None,25,15) returned None, but should have returned False.
bad_winds(None,20,10) returned None, but should have returned False.
bad_winds(None,20,8) returned None, but should have returned False.
bad_winds(None,10,5) returned None, but should have returned True.
bad_winds(None,30,20) returned None, but should have returned False.
bad_winds(None,25,15) returned None, but should have returned False.
bad_winds(None,20,10) returned None, but should have returned False.
bad_winds(None,20,8) returned None, but should have returned False.
bad_winds(None,10,5) returned None, but should have returned False.
bad_winds(None,30,20) returned None, but should have returned True.
bad_winds(None,25,15) returned None, but should have returned True.
bad_winds(None,20,10) returned None, but should have returned True.
bad_winds(None,20,8) returned None, but should have returned True.
bad_winds(None,10,5) returned None, but should have returned True.
Comments for 'bad_ceiling':
bad_ceiling(None,500) returned None, but should have returned False.
bad_ceiling(None,1000) returned None, but should have returned False.
bad_ceiling(None,1500) returned None, but should have returned False.
bad_ceiling(None,2000) returned None, but should have returned False.
bad_ceiling(None,2500) returned None, but should have returned False.
bad_ceiling(None,3000) returned None, but should have returned False.
bad_ceiling(None,3500) returned None, but should have returned False.
bad_ceiling(None,5000) returned None, but should have returned False.
bad_ceiling(None,500) returned None, but should have returned True.
bad_ceiling(None,1000) returned None, but should have returned True.
bad_ceiling(None,1500) returned None, but should have returned True.
bad_ceiling(None,2000) returned None, but should have returned True.
bad_ceiling(None,2500) returned None, but should have returned True.
bad_ceiling(None,3000) returned None, but should have returned True.
bad_ceiling(None,3500) returned None, but should have returned True.
bad_ceiling(None,5000) returned None, but should have returned True.
bad_ceiling(None,500) returned None, but should have returned True.
bad_ceiling(None,1000) returned None, but should have returned True.
bad_ceiling(None,1500) returned None, but should have returned True.
bad_ceiling(None,2000) returned None, but should have returned True.
bad_ceiling(None,2500) returned None, but should have returned True.
bad_ceiling(None,3000) returned None, but should have returned True.
bad_ceiling(None,3500) returned None, but should have returned True.
bad_ceiling(None,5000) returned None, but should have returned True.
bad_ceiling(None,500) returned None, but should have returned False.
bad_ceiling(None,1000) returned None, but should have returned True.
bad_ceiling(None,1500) returned None, but should have returned True.
bad_ceiling(None,2000) returned None, but should have returned True.
bad_ceiling(None,2500) returned None, but should have returned True.
bad_ceiling(None,3000) returned None, but should have returned True.
bad_ceiling(None,3500) returned None, but should have returned True.
bad_ceiling(None,5000) returned None, but should have returned True.
bad_ceiling(None,500) returned None, but should have returned False.
bad_ceiling(None,1000) returned None, but should have returned False.
bad_ceiling(None,1500) returned None, but should have returned True.
bad_ceiling(None,2000) returned None, but should have returned True.
bad_ceiling(None,2500) returned None, but should have returned True.
bad_ceiling(None,3000) returned None, but should have returned True.
bad_ceiling(None,3500) returned None, but should have returned True.
bad_ceiling(None,5000) returned None, but should have returned True.
bad_ceiling(None,500) returned None, but should have returned False.
bad_ceiling(None,1000) returned None, but should have returned False.
bad_ceiling(None,1500) returned None, but should have returned False.
bad_ceiling(None,2000) returned None, but should have returned True.
bad_ceiling(None,2500) returned None, but should have returned True.
bad_ceiling(None,3000) returned None, but should have returned True.
bad_ceiling(None,3500) returned None, but should have returned True.
bad_ceiling(None,5000) returned None, but should have returned True.
bad_ceiling(None,500) returned None, but should have returned False.
bad_ceiling(None,1000) returned None, but should have returned False.
bad_ceiling(None,1500) returned None, but should have returned False.
bad_ceiling(None,2000) returned None, but should have returned False.
bad_ceiling(None,2500) returned None, but should have returned True.
bad_ceiling(None,3000) returned None, but should have returned True.
bad_ceiling(None,3500) returned None, but should have returned True.
bad_ceiling(None,5000) returned None, but should have returned True.
bad_ceiling(None,500) returned None, but should have returned False.
bad_ceiling(None,1000) returned None, but should have returned False.
bad_ceiling(None,1500) returned None, but should have returned False.
bad_ceiling(None,2000) returned None, but should have returned False.
bad_ceiling(None,2500) returned None, but should have returned False.
bad_ceiling(None,3000) returned None, but should have returned True.
bad_ceiling(None,3500) returned None, but should have returned True.
bad_ceiling(None,5000) returned None, but should have returned True.
bad_ceiling(None,500) returned None, but should have returned False.
bad_ceiling(None,1000) returned None, but should have returned False.
bad_ceiling(None,1500) returned None, but should have returned False.
bad_ceiling(None,2000) returned None, but should have returned False.
bad_ceiling(None,2500) returned None, but should have returned False.
bad_ceiling(None,3000) returned None, but should have returned False.
bad_ceiling(None,3500) returned None, but should have returned True.
bad_ceiling(None,5000) returned None, but should have returned True.
bad_ceiling(None,500) returned None, but should have returned False.
bad_ceiling(None,1000) returned None, but should have returned False.
bad_ceiling(None,1500) returned None, but should have returned False.
bad_ceiling(None,2000) returned None, but should have returned False.
bad_ceiling(None,2500) returned None, but should have returned False.
bad_ceiling(None,3000) returned None, but should have returned False.
bad_ceiling(None,3500) returned None, but should have returned False.
bad_ceiling(None,5000) returned None, but should have returned True.
bad_ceiling(None,500) returned None, but should have returned False.
bad_ceiling(None,1000) returned None, but should have returned False.
bad_ceiling(None,1500) returned None, but should have returned False.
bad_ceiling(None,2000) returned None, but should have returned False.
bad_ceiling(None,2500) returned None, but should have returned False.
bad_ceiling(None,3000) returned None, but should have returned False.
bad_ceiling(None,3500) returned None, but should have returned False.
bad_ceiling(None,5000) returned None, but should have returned False.
bad_ceiling(None,500) returned None, but should have returned False.
bad_ceiling(None,1000) returned None, but should have returned False.
bad_ceiling(None,1500) returned None, but should have returned False.
bad_ceiling(None,2000) returned None, but should have returned False.
bad_ceiling(None,2500) returned None, but should have returned False.
bad_ceiling(None,3000) returned None, but should have returned False.
bad_ceiling(None,3500) returned None, but should have returned False.
bad_ceiling(None,5000) returned None, but should have returned False.
bad_ceiling(None,500) returned None, but should have returned False.
bad_ceiling(None,1000) returned None, but should have returned False.
bad_ceiling(None,1500) returned None, but should have returned False.
bad_ceiling(None,2000) returned None, but should have returned False.
bad_ceiling(None,2500) returned None, but should have returned False.
bad_ceiling(None,3000) returned None, but should have returned False.
bad_ceiling(None,3500) returned None, but should have returned False.
bad_ceiling(None,5000) returned None, but should have returned False.
Comments for 'get_weather_report':
The function looks good.
Comments for 'get_weather_violation':
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not 'Winds'.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not 'Winds'.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not ''.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not 'Visibility'.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not ''.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not ''.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not ''.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Winds'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not ''.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Visibility'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Visibility'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not 'Ceiling'.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not 'Weather'.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not 'Weather'.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not ''.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not ''.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not ''.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Winds'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not ''.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Visibility'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not 'Weather'.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not 'Weather'.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not 'Weather'.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not ''.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not 'Ceiling'.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not 'Ceiling'.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not 'Ceiling'.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not 'Ceiling'.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Ceiling'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not ''.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not ''.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not 'Visibility'.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not 'Ceiling'.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not 'Ceiling'.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not 'Ceiling'.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not 'Ceiling'.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not 'Weather'.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not ''.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not ''.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not ''.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not ''.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not ''.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not ''.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not ''.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not ''.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not ''.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not ''.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not 'Ceiling'.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not 'Ceiling'.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not 'Ceiling'.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not 'Ceiling'.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Ceiling'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not 'Ceiling'.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not ''.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not ''.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not ''.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not ''.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not ''.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Visibility'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Visibility'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Visibility'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not 'Visibility'.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not 'Visibility'.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Visibility'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not 'Visibility'.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Visibility'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Visibility'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Visibility'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not ''.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not ''.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not ''.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not ''.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not ''.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Visibility'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Visibility'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Visibility'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Visibility'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not ''.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not ''.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not ''.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not ''.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not ''.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not ''.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Ceiling'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Ceiling'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Ceiling'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Ceiling'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not ''.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not ''.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not ''.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not ''.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not ''.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not ''.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not ''.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not ''.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Ceiling'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Ceiling'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not ''.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not ''.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not ''.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Winds'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not ''.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Weather'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not ''.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not ''.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not ''.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Winds'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not ''.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Ceiling'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Ceiling'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Weather'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Ceiling'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not 'Unknown'.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not 'Unknown'.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not 'Unknown'.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not 'Unknown'.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not 'Unknown'.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not 'Unknown'.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Unknown'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not 'Unknown'.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not 'Unknown'.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Unknown'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Unknown'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Unknown'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Unknown'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Unknown'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not 'Winds'.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not 'Winds'.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not 'Winds'.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not 'Winds'.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not 'Winds'.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not 'Winds'.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not 'Winds'.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not 'Winds'.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not 'Winds'.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not 'Winds'.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not 'Winds'.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not 'Winds'.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not 'Winds'.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not 'Winds'.
get_weather_violation(None,[500, 0.75, 30, 20]) returned None, not ''.
get_weather_violation(None,[500, 1, 25, 15]) returned None, not ''.
get_weather_violation(None,[1000, 2, 25, 15]) returned None, not ''.
get_weather_violation(None,[1500, 3, 30, 20]) returned None, not ''.
get_weather_violation(None,[1500, 5, 20, 10]) returned None, not ''.
get_weather_violation(None,[1500, 5, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 20, 8]) returned None, not ''.
get_weather_violation(None,[2000, 8, 25, 15]) returned None, not ''.
get_weather_violation(None,[2000, 5, 30, 20]) returned None, not ''.
get_weather_violation(None,[2500, 10, 25, 15]) returned None, not ''.
get_weather_violation(None,[3000, 10, 20, 8]) returned None, not ''.
get_weather_violation(None,[3000, 10, 20, 10]) returned None, not ''.
get_weather_violation(None,[3500, 10, 20, 8]) returned None, not ''.
get_weather_violation(None,[5000, 10, 20, 10]) returned None, not ''.
Comments for 'list_weather_violations':
list_weather_violations('/home/codio/workspace/.guides/tests/testfiles') returned None.
Exercise 4
==========
Docstring comments:
There is no name after 'Author:' in the module docstring.
The date after 'Date:' in the module docstring is invalid .
Comments for 'discover_violations':
discover_violations('directory',None) did not print the number of violations found.
discover_violations('directory',None) did not print the number of violations found.
discover_violations('directory',None) did not print the number of violations found.
discover_violations('directory','/home/codio/workspace/.guides/tests/testfiles/temp.csv') did not print the number of violations found.
The file '/home/codio/workspace/.guides/tests/testfiles/temp.csv' could not be read. Make sure it has the right format.
Comments for 'execute':
execute([]) did not print out an error message
execute(['KITH-2017', '--test']) did not print out an error message
execute(['--test', 'KITH-2017']) did not print out an error message
execute(['KITH-2017', 'output.csv', '--test']) did not print out an error message
execute(['KITH-2017', '--test', 'output.csv']) did not print out an error message
execute(['--test', 'KITH-2017', 'output.csv']) did not print out an error message
execute(['KITH-2017', 'output.csv', 'extra.csv']) did not print out an error message
execute(['--test']) did not call a test procedure.
execute(['KITH-2017', None]) did not call 'discover_violations'.
execute(['KITH-2017', 'output.csv']) did not call 'discover_violations'.