Jean-Paul Calderone
|
bbc860fdb1
|
Merge pull request #937 from LeastAuthority/3528.test_cli-no-mock
Remove mock from test_cli
Fixes: ticket:3528
|
2021-08-30 14:30:27 -04:00 |
|
fenn-cs
|
342a1c2c31
|
Python 3 support complete, so removed warning
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-29 16:10:30 +01:00 |
|
Itamar Turner-Trauring
|
3e0dc94497
|
Annotate the two fakes that (at least partially) implement RIStorageServer, so they're
easier to find.
|
2021-08-25 13:36:58 -04:00 |
|
Itamar Turner-Trauring
|
62a096dfe2
|
Merge remote-tracking branch 'origin/master' into 3773.just-add-lease
|
2021-08-24 12:22:21 -04:00 |
|
fenn-cs
|
117befd898
|
detect all port 0 configs
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-23 02:34:32 +01:00 |
|
Itamar Turner-Trauring
|
370d1ddafe
|
Fix flake.
|
2021-08-20 08:20:24 -04:00 |
|
Itamar Turner-Trauring
|
d599568c79
|
Tests validating that the operation for adding a lease will renew the lease
instead if it already exists.
|
2021-08-19 13:56:13 -04:00 |
|
Jean-Paul Calderone
|
acc8cbd28b
|
Remove use of the mock module from test_status
|
2021-08-12 16:50:01 -04:00 |
|
Jean-Paul Calderone
|
893d21fcbb
|
Fix the UsageError closer in the Py2 codepath we already have for it
|
2021-08-11 16:46:29 -04:00 |
|
Jean-Paul Calderone
|
b56a956843
|
Sort out this gross error reporting encoding/decoding mess
A little, anyway
|
2021-08-11 15:42:21 -04:00 |
|
Jean-Paul Calderone
|
13dae392cb
|
Go with a shorter name
|
2021-08-11 14:41:18 -04:00 |
|
Jean-Paul Calderone
|
975f268d8d
|
Provide enough output to debug the failure
|
2021-08-11 14:39:32 -04:00 |
|
Jean-Paul Calderone
|
1d75bbfd72
|
str is a kind of weird future thing; coerce another way
|
2021-08-11 14:25:47 -04:00 |
|
Jean-Paul Calderone
|
4d41e30ce9
|
Just pass unicode at this layer
|
2021-08-11 14:25:40 -04:00 |
|
Jean-Paul Calderone
|
0176583e75
|
Get a text-mode FilePath in a py3 compatible way
|
2021-08-11 13:32:04 -04:00 |
|
Jean-Paul Calderone
|
2244f0374e
|
fail more informatively
|
2021-08-11 13:31:07 -04:00 |
|
Jean-Paul Calderone
|
15312009ce
|
Fix mis-merge: This test moved to test_run.py
|
2021-08-11 12:58:51 -04:00 |
|
Jean-Paul Calderone
|
66d40527d1
|
Merge remote-tracking branch 'origin/master' into 3528.test_cli-no-mock
|
2021-08-11 12:56:00 -04:00 |
|
fenn-cs
|
a6b7c07e1c
|
added missing parathensis, ran yapf
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-10 10:13:00 +01:00 |
|
fenn-cs
|
7ad3fa9e25
|
correct use of succeeded, remove trailing spaces and unused import
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-09 23:46:30 +01:00 |
|
fenn-cs
|
90e84730e5
|
Fixes 3757 : Refactored test_introducer in web tests to use custom base test cases
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-08 21:49:02 +01:00 |
|
Itamar Turner-Trauring
|
d060af641a
|
Python 3 port is essentially done-get rid of relevant tests and tracking code.
|
2021-07-30 11:13:57 -04:00 |
|
Itamar Turner-Trauring
|
7deec790a6
|
Merge pull request #1084 from tahoe-lafs/3736.frontends-auth-python-3
Port allmydata.frontend.auth to Python 3
Fixes ticket:3736
|
2021-06-23 09:04:48 -04:00 |
|
Itamar Turner-Trauring
|
473654ccb7
|
Test demonstrating the problem.
|
2021-06-15 13:46:06 -04:00 |
|
Itamar Turner-Trauring
|
aa809669db
|
Add a couple more tests for more complete coverage.
|
2021-06-14 11:51:18 -04:00 |
|
Itamar Turner-Trauring
|
f48cf88f35
|
Fix flake.
|
2021-06-03 09:45:29 -04:00 |
|
Itamar Turner-Trauring
|
b509ff69fc
|
Flake fix.
|
2021-05-28 11:25:16 -04:00 |
|
Itamar Turner-Trauring
|
64f6ccd17f
|
Make --exclude-from behavior consistent, at the cost of a minor incompatibility.
|
2021-05-28 09:53:28 -04:00 |
|
Itamar Turner-Trauring
|
69c8305ae8
|
Flake fix.
|
2021-05-27 13:55:29 -04:00 |
|
Itamar Turner-Trauring
|
8be4acd7ec
|
Faking sys.stdout doesn't go well since we lookup encoding attribute.
|
2021-05-27 13:54:37 -04:00 |
|
Itamar Turner-Trauring
|
eddd9550f0
|
Pass test.
|
2021-05-27 13:26:56 -04:00 |
|
Itamar Turner-Trauring
|
8aa3391276
|
Consistent behavior.
|
2021-05-27 13:26:46 -04:00 |
|
Itamar Turner-Trauring
|
0425b64041
|
Match current logic.
|
2021-05-27 13:26:23 -04:00 |
|
Itamar Turner-Trauring
|
49be6906c8
|
Fix test.
|
2021-05-27 13:07:56 -04:00 |
|
Itamar Turner-Trauring
|
741af0b0eb
|
Fix imports.
|
2021-05-26 15:27:16 -04:00 |
|
Itamar Turner-Trauring
|
0a9b3a4003
|
Don't want pdb.
|
2021-05-26 15:17:57 -04:00 |
|
Itamar Turner-Trauring
|
827e2e1d03
|
Merge remote-tracking branch 'origin/master' into 3716.allmydata-scripts-python-3-part-1
|
2021-05-26 15:06:01 -04:00 |
|
Itamar Turner-Trauring
|
d967c6de98
|
Merge pull request #1067 from tahoe-lafs/3700.byteswarning-windows
Run (and pass) Python 3 unit tests on Windows
Fixes ticket:3700
Fixes ticket:3701
|
2021-05-26 14:43:50 -04:00 |
|
Itamar Turner-Trauring
|
7f70315c83
|
Skip tests on Python 3.
|
2021-05-25 14:49:44 -04:00 |
|
Itamar Turner-Trauring
|
52cd90941f
|
Actually use the encoding.
|
2021-05-25 14:29:22 -04:00 |
|
Itamar Turner-Trauring
|
2c7a4c7e07
|
Try to fix Windows failure on Python 3.
|
2021-05-25 11:45:36 -04:00 |
|
Itamar Turner-Trauring
|
cf299684c2
|
Unneeded.
|
2021-05-25 10:40:44 -04:00 |
|
Itamar Turner-Trauring
|
8ca6a72396
|
Write out the file in an encoding that matches what the reader expects.
|
2021-05-24 10:50:49 -04:00 |
|
Itamar Turner-Trauring
|
0966ce17aa
|
Try to fix on Windows.
|
2021-05-24 10:33:21 -04:00 |
|
Itamar Turner-Trauring
|
9e6915ca78
|
Not used.
|
2021-05-21 11:12:41 -04:00 |
|
Itamar Turner-Trauring
|
1e9dfd2fce
|
Another test.
|
2021-05-21 11:01:17 -04:00 |
|
Itamar Turner-Trauring
|
01db931192
|
A test that doesn't really increase coverage much. Ideally this would test immutable directories to test caching logic, but that's too much of a pain. Since I already have this written, going to leave in cause why not.
|
2021-05-18 13:35:34 -04:00 |
|
Itamar Turner-Trauring
|
1fa6ce97e1
|
Merge remote-tracking branch 'origin/master' into 3714-cli-testing-coverage
|
2021-05-17 12:59:57 -04:00 |
|
Itamar Turner-Trauring
|
073f521cc1
|
WIP
|
2021-05-17 12:59:38 -04:00 |
|
Itamar Turner-Trauring
|
e0cab75cc6
|
Merge branch '3709-even-more-integration-tests-python-3' into 3716.allmydata-scripts-python-3-part-1
|
2021-05-14 10:51:52 -04:00 |
|