lethosor
|
4945018e92
|
Merge remote-tracking branch 'myk002/myk_multi_mock' into develop
|
2021-06-25 01:27:46 -04:00 |
lethosor
|
1b167e7898
|
Also add quotes in expect.ne()
Extension of #1886
|
2021-06-24 01:15:15 -04:00 |
myk002
|
67840c033c
|
add quotes around printed unequal values
so you can see confusing hidden trailing spaces
|
2021-06-23 14:04:16 -07:00 |
myk002
|
b7a970a309
|
allow mock.func() to return multiple values
|
2021-06-15 13:16:05 -07:00 |
lethosor
|
ee8e10429d
|
Add initial implementation of mock.restore()
Like mock.patch() but only restores original values instead of also setting
new values initially.
|
2021-04-16 00:34:46 -04:00 |
lethosor
|
757736728d
|
Add a mock.func() helper for mocking functions
|
2021-04-10 01:22:03 -04:00 |
lethosor
|
5424392273
|
mock.patch(): propagate return values
|
2021-04-09 00:41:39 -04:00 |
lethosor
|
f25b8a0d14
|
Fix patching value with nil
|
2021-04-09 00:35:54 -04:00 |
lethosor
|
7b2f01d45b
|
Add initial mock.patch() implementation for tests
|
2021-04-09 00:32:10 -04:00 |
myk002
|
642d8cbe4b
|
handle nil values sent to printerr
|
2021-04-05 01:37:43 -07:00 |
myk002
|
13ca7f8c9e
|
move expect.lua from internal/ to test_util/
|
2021-04-04 17:37:37 -07:00 |