We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a8e14 commit dfc966bCopy full SHA for dfc966b
1 file changed
tools/AttachResults.py
@@ -3,24 +3,8 @@
3
Append output and error files to Java files
4
"""
5
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
16
- 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
+- Collect all tests under single flag
24
25
from pathlib import Path
26
import pprint
0 commit comments