Skip to content

Commit dfc966b

Browse files
committed
todo
1 parent 78a8e14 commit dfc966b

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

tools/AttachResults.py

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,8 @@
33
Append output and error files to Java files
44
"""
55
TODO = """
6-
7-
- NUL bytes in some files:
8-
1. Show we can find them
9-
2. Replace with NUL or [NUL]
10-
11-
- Display all files with less than 100% match (rather than putting percentage and "Sample" in)
12-
Rely on visual inspection of non-matching file?
13-
Have a list of files to exclude normally, and inspect ocasionally
14-
15-
166
- Test to make sure that None files indeed have no output
17-
18-
- Ambitious: Allow edits of "AttachedResults.txt" which are
19-
then pulled back into the source files.
20-
21-
} /* Same output as RoShamBo2.java *///:~
22-
} /* Output: (Same as RoShamBo2.java) *///:~
23-
7+
- Collect all tests under single flag
248
"""
259
from pathlib import Path
2610
import pprint

0 commit comments

Comments
 (0)