forked from nose-devs/nose2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTES
More file actions
28 lines (19 loc) · 786 Bytes
/
Copy pathNOTES
File metadata and controls
28 lines (19 loc) · 786 Bytes
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
== mp ==
- param method tests get module + class double-prepended when loaded via
load by name
- logging config in subprocess seems broken
- code cleanup!
- many debug prints to remove
- error handling (processes die)
- tests
- docs
- debug plugin -- what to do there? let it run in subproc ideally, can it?
== other ==
- order of events in loading from test cases prevents other plugins
from excluding test cases from being loaded by generator
plugin. can it work like params plugin?
- generators and params plugins should also be able to load from
non-testcase subclasses, how is that going to work?
- unclear how to make it possible for plugins to set wasSuccessful in
concert with each other. Need another flag probably, beside
event.success and event.handled.