Jean-Paul Calderone
|
862d32a90d
|
Add _Config.set_config for presistently changing config values
|
2020-11-18 13:18:21 -05:00 |
|
Jean-Paul Calderone
|
f21e3189b5
|
Remove some repetition between read_config and config_from_string
|
2020-11-18 13:17:16 -05:00 |
|
Jean-Paul Calderone
|
53aa434d77
|
Add a helper to make a deep copy of a ConfigParser
This will help avoid unintentional side-effects
|
2020-11-18 13:01:08 -05:00 |
|
Jean-Paul Calderone
|
84647e25b7
|
Refine the ConfigParser generator
Limit the characters used in the section and item name strategies.
ConfigParser doesn't allow all characters in all places.
|
2020-11-18 12:59:23 -05:00 |
|
Jean-Paul Calderone
|
021615bdff
|
Some further test_configutil improvements
|
2020-11-18 12:44:52 -05:00 |
|
Jean-Paul Calderone
|
34714d5f6b
|
Add everything and nothing config validation helpers
|
2020-11-18 12:42:31 -05:00 |
|
Jean-Paul Calderone
|
e60c643b5f
|
Make configutil.write_config atomic and also make it take a FilePath
|
2020-11-18 10:57:38 -05:00 |
|
Itamar Turner-Trauring
|
7c9b8542c1
|
Fix flake.
|
2020-11-09 15:12:38 -05:00 |
|
Itamar Turner-Trauring
|
fcc491bf3b
|
Port to Python 3.
|
2020-11-09 15:08:56 -05:00 |
|
Itamar Turner-Trauring
|
d8c1b2fba7
|
Port to Python 3.
|
2020-11-09 15:02:33 -05:00 |
|
Itamar Turner-Trauring
|
6b61c06882
|
All tests pass on Python 3.
|
2020-11-09 15:00:55 -05:00 |
|
Itamar Turner-Trauring
|
d31667d58c
|
Ported to Python 3.
|
2020-11-09 14:15:40 -05:00 |
|
Itamar Turner-Trauring
|
2b9e269d3a
|
Tests pass on Python 3.
|
2020-11-09 14:13:14 -05:00 |
|
Itamar Turner-Trauring
|
da6dfcd86d
|
Ported to Python 3.
|
2020-11-09 14:00:11 -05:00 |
|
Itamar Turner-Trauring
|
b2e72ef562
|
Port to Python 3.
|
2020-11-09 13:55:28 -05:00 |
|
Itamar Turner-Trauring
|
3d5d46fe7c
|
Port to Python 3.
|
2020-11-09 13:48:22 -05:00 |
|
Itamar Turner-Trauring
|
0e27e7eba1
|
Merge branch '3496.mutable-tests-python-3-part-3' into 3500.mutable-tests-python-3
|
2020-11-09 13:46:19 -05:00 |
|
Chad Whitacre
|
fe07078859
|
Turn web service back on in test for Python 3
|
2020-11-06 19:44:08 -05:00 |
|
Itamar Turner-Trauring
|
9dd0faf528
|
Ported to Python 3.
|
2020-11-06 11:41:34 -05:00 |
|
Itamar Turner-Trauring
|
55ec994450
|
Tests pass on Python 3.
|
2020-11-06 11:40:34 -05:00 |
|
Itamar Turner-Trauring
|
2e6f8ca10b
|
Ported to Python 3.
|
2020-11-06 11:32:14 -05:00 |
|
Itamar Turner-Trauring
|
55623d0175
|
Ported to Python 3.
|
2020-11-06 11:27:59 -05:00 |
|
Itamar Turner-Trauring
|
dfdaac7474
|
Ported to Python 3.
|
2020-11-06 11:25:48 -05:00 |
|
Itamar Turner-Trauring
|
bcc6d91444
|
Tests pass on Python 3.
|
2020-11-06 11:24:07 -05:00 |
|
Itamar Turner-Trauring
|
6017b11910
|
Merge branch '3475.mutable-tests-part-2-python-3' into 3496.mutable-tests-python-3-part-3
|
2020-11-06 11:20:54 -05:00 |
|
Itamar Turner-Trauring
|
eab228f22a
|
Merge pull request #887 from tahoe-lafs/3465.storage_client-python-3-take-2
Port storage_client to Python 3
Fixes ticket:3465
|
2020-11-06 11:18:31 -05:00 |
|
Itamar Turner-Trauring
|
84a33625bd
|
Port to Python 3.
|
2020-11-06 10:21:33 -05:00 |
|
Itamar Turner-Trauring
|
31ee2e18f3
|
Tests pass on Python 3.
|
2020-11-06 10:20:18 -05:00 |
|
Itamar Turner-Trauring
|
836d41a92d
|
Ported to Python 3.
|
2020-11-06 10:12:56 -05:00 |
|
Itamar Turner-Trauring
|
e4734468e5
|
Ported to Python 3.
|
2020-11-06 10:11:09 -05:00 |
|
Itamar Turner-Trauring
|
95df57382f
|
Tests pass on Python 3.
|
2020-11-06 10:09:11 -05:00 |
|
Itamar Turner-Trauring
|
e17be38d69
|
Start porting test infrastructure to Python 3 compatibility.
|
2020-11-06 10:04:46 -05:00 |
|
Itamar Turner-Trauring
|
cd01d4dafa
|
Test for Python 2 BytesKeyDict and UnicodeKeyDict behavior.
|
2020-11-05 10:15:38 -05:00 |
|
Itamar Turner-Trauring
|
2c8a91fb6e
|
Merge pull request #883 from tahoe-lafs/3493.node-to-python-3
Port allmydata.node to python 3
Fixes ticket:3493
|
2020-11-04 13:44:21 -05:00 |
|
Itamar Turner-Trauring
|
0a6321cc9a
|
Tests and additional check for typed key dicts.
|
2020-11-04 13:36:08 -05:00 |
|
Itamar Turner-Trauring
|
2b557287c8
|
Lint fix.
|
2020-11-04 13:21:13 -05:00 |
|
Itamar Turner-Trauring
|
d407cb5005
|
Port to Python 3.
|
2020-11-04 13:19:16 -05:00 |
|
Itamar Turner-Trauring
|
f6eb4aef57
|
Work consistently across Python 2 and 3.
|
2020-11-03 10:41:13 -05:00 |
|
Itamar Turner-Trauring
|
60992174ff
|
twisted.web expects bytes.
|
2020-11-03 10:40:53 -05:00 |
|
Itamar Turner-Trauring
|
672c440091
|
Better error reporting.
|
2020-11-03 10:40:41 -05:00 |
|
Itamar Turner-Trauring
|
e3a0f61dca
|
More passing tests.
|
2020-11-03 10:04:24 -05:00 |
|
Itamar Turner-Trauring
|
35c304cd82
|
Workaround for Eliot flaw.
|
2020-11-03 10:04:16 -05:00 |
|
Jean-Paul Calderone
|
540c70f835
|
Merge pull request #871 from exarkun/2928.remote-allocate_tcp_port-test_node.py
Remove `allocate_tcp_port` from test_node.py
Fixes: ticket:2928
|
2020-10-31 19:24:09 -04:00 |
|
Jean-Paul Calderone
|
7ad55e0fba
|
Merge remote-tracking branch 'origin/master' into 2928.remote-allocate_tcp_port-test_node.py
|
2020-10-31 11:42:01 -04:00 |
|
Jean-Paul Calderone
|
651c42ac0f
|
remove unused import
|
2020-10-31 11:41:20 -04:00 |
|
Jean-Paul Calderone
|
4d469d7b64
|
The test is faster now, leave the max_examples setting alone
|
2020-10-30 21:05:46 -04:00 |
|
Itamar Turner-Trauring
|
92a4a5afcc
|
Closer to more passing tests, maybe.
|
2020-10-30 15:04:00 -04:00 |
|
Itamar Turner-Trauring
|
45a2fcc3f2
|
Fix for Python 2.
|
2020-10-30 14:49:25 -04:00 |
|
Itamar Turner-Trauring
|
e79d1adeea
|
Fix lint.
|
2020-10-30 14:35:09 -04:00 |
|
Itamar Turner-Trauring
|
d52f6747f6
|
Some progress towards passing tests.
|
2020-10-30 14:21:16 -04:00 |
|