-
Notifications
You must be signed in to change notification settings - Fork 98
/
to-do.txt
56 lines (53 loc) · 1.1 KB
/
to-do.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
-----------------------------------------
FEATURES
-----------------------------------------
[X] Decorators
[X] Naming
[X] Descriptions
[X] Levels
[X] Ordering
[X] Monitor runner exceptions
[X] Actions
[X] Suite actions hooks
[X] Results
[ ] Improve Stats (regex?)
[ ] Monitor Marks
[ ] Monitor Meta
[X] Python expressions
[ ] Python expressions as monitor
-----------------------------------------
TESTS
-----------------------------------------
[X] loaders
[X] stats
[ ] monitors
[X] suites
[X] naming.names
[X] naming.description
[X] ordering
[X] levels
[ ] options
[ ] decorators
[ ] runners
[ ] results
[X] Python expressions
[ ] Python expressions as monitor
[ ] setUp/tearDown
-----------------------------------------
OTHER STUFF
-----------------------------------------
[X] pytest compatibility
[X] scrapy integration
[ ] StatsMonitor
[ ] JobMonitor
[ ] SpiderMonitor (builtin methods+functions)
[ ] Add examples
[ ] Docs
[ ] Scrapy Monitor decorators
-----------------------------------------
IDEAS
-----------------------------------------
- 'with' in monitors
- spidermon-actions
- spidermon-demo
- Action logging?