-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtodo.txt
More file actions
30 lines (28 loc) · 1.76 KB
/
todo.txt
File metadata and controls
30 lines (28 loc) · 1.76 KB
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
- [x] add test for nested multi scrubber
- [x] add test scrubber with nothing found.
- [ ] fix options up
- [x] replace xml in to string with JSON
- [ ] clean up the vim and make it more responsive - ie. make it call something that isn't a Vim.
- [x] add Ensure Approved File exists to reporter parent class.
- [x]Caray pass other parameters to/from Caraya assert
- [ ]Add set extension to options and consider hiding internal classes???
- [x]Verify file remove file extension - set in options now.
- [ ] Add Notepad++ reporter
- [ ] Add VScode reporter
- [ ] Add Generic Difftool
- [ ] Add path to string conversion in vim to avoid json (particularly for arrays of file paths)
- [x] Add plain verify methods to pallettes so I can do a QuickDrop Replace.
- [x] Breaking Change - add lib_ prefix to the extensions when building package.
10/3/25
- [ ] back over previous list above and trim
- [x] Release new version with decorator and shared approval files
- [x] replace Caraya Tests in project with Lunit. Consider seperate project for tests to easy load time.
- [N/A] Investigate if we have circular dependencies because load and IDE lag is crazy slow
- [x] before release add pallette VIs for new decorator and shared approval files.
- [x] Add tests for binary file comparators somehow?
- [x] Reorg projects and tests for quicker load time. Move extensions into separate projects - perhaps 1 each with own test suite.
- [x] Consider error propagagation tests for each extension, maybe combine with extension tests.
- [x] Consider switching tests to LUnit.
- [x] Consider moving scripts into scripts folder to cleanup base folder.
- [ ] Consider shared approval files for extension tests.
- [ ] Consider adding error propagation tests for Caraya in addition to LUnit. Can wire up the Assertion input.