Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d9f5f5e
Work in progress
sfkleach Sep 26, 2021
3a2eac1
Examples for unit testing
sfkleach Sep 26, 2021
cb18c45
Work in progress - rudimentary listing in results file
sfkleach Sep 28, 2021
dd4b01b
Incremental improvement in quality of error reporting - work in progress
sfkleach Sep 28, 2021
3210f1e
Move function to correct section of file - for later extraction
sfkleach Sep 28, 2021
2782bd9
Additional debugging support
sfkleach Sep 28, 2021
f3669db
Fix undeclared variables
sfkleach Sep 28, 2021
2dddad2
More incremental progress [ci skip]
sfkleach Sep 28, 2021
356b729
More incremental progress [ci skip]
sfkleach Sep 29, 2021
5889fb3
Work in progress
sfkleach Oct 1, 2021
8ee71c0
Corrected bug
sfkleach Oct 1, 2021
c1ae342
Numerous small fixes [ci skip]
sfkleach Oct 1, 2021
2282540
new_list_builder in progress
sfkleach Oct 1, 2021
61cc7c9
Add library new_list_builder
sfkleach Oct 1, 2021
67f3ea9
Add more documentation
sfkleach Oct 1, 2021
86ea1d0
Fix issue with semi-colon being eaten [ci skip]
sfkleach Oct 1, 2021
07f844e
Replacing up_from with an autoloadable list_from, anticipating the re…
sfkleach Oct 2, 2021
e43b797
Splitting up the main file
sfkleach Oct 2, 2021
18931af
Implemented with_data [ci skip]
sfkleach Oct 2, 2021
58d4653
Improved reporting on the unittest context
sfkleach Oct 2, 2021
759ce22
Remove examples folder
sfkleach Oct 2, 2021
4b46560
Make the unittest code more fully autoloadable
sfkleach Oct 2, 2021
a7a0ea3
Fixes for better context in failure messages and extra unit tests for…
sfkleach Oct 2, 2021
b23692b
Remove early test file [ci skip]
sfkleach Oct 2, 2021
cb9ec50
Ensure that nested tests default to lvars
sfkleach Oct 2, 2021
be4b2a6
Add files for demo
sfkleach Oct 3, 2021
73a6294
Isolate the print routines from pop_pr_quotes for demo
sfkleach Oct 3, 2021
fca3317
Isolate the print routines from pop_pr_quotes for demo
sfkleach Oct 3, 2021
8004528
Fixed expect_mishap and improved the reporting
sfkleach Oct 8, 2021
16b7c17
Adding unit tests
sfkleach Oct 15, 2021
b6f8f46
Cosmetic improvements
sfkleach Oct 15, 2021
78b2a51
Split off define:testsuite from define:unittest
sfkleach Oct 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
__pycache__
.ropeproject
report.xml
/base/pop/getpoploglib/scrapbook/
1 change: 1 addition & 0 deletions base/pop/getpoploglib/auto/assert.p
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uses define_unittest;
Loading