meejah
|
bb332fecf7
|
basedir fixup
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
548d9cbbcc
|
basedir fixup
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
5d6a76ffee
|
proper daemonize error-handling
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
08e0c3b7e2
|
get rid of 'add_service' (just an alias to setServiceParent anyway)
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
ea99915af6
|
basedir/config fixup
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
26007f363b
|
pull 'StorageFarmBroker' out of __init__
This means also pulling out introducer-clients and some
related utility methods
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
465bfb8053
|
cleanup
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
739aaa3ef9
|
put create() methods in i2p_, tor_provider
Also Provider -> _Provider, improve docs and update tests
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
f0c3db0e5a
|
pyflakes
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
0ff21ea7d5
|
all tests pass. wooo
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
c7515b5d8b
|
more working test
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
92ca04d629
|
fix more tests
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
0e51bb183e
|
fix more things
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
3c4e065e63
|
more tests work
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
d1307cf05c
|
fix one more
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
43d857a0bd
|
more refactor + fix some node tests
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
71484b4a12
|
upgrade create_introducer
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
d8b432700e
|
more tests work
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
3d5f8becb5
|
more tests work
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
d1a83e9be0
|
more tests work
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
329ef1256a
|
refactor create_client to be async (works to run, some unit-test fails still)
|
2018-09-10 21:58:27 -06:00 |
|
meejah
|
0f22b9bad0
|
fixups after rebase
|
2018-08-25 02:23:58 -06:00 |
|
meejah
|
65ebde6f9d
|
fix incorrect rebase resolutions
|
2018-08-25 02:12:02 -06:00 |
|
meejah
|
dab291c72f
|
docstring
|
2018-08-25 02:12:02 -06:00 |
|
meejah
|
74b560c3c2
|
failUnless -> assert
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
7db48e3677
|
skip using decorator
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
89872b832c
|
docstring, naming improvements
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
38dac24b2b
|
use skipIf decorator, not inline logic
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
d478cf3831
|
add some docstrings, fix comments
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
629185d98f
|
skip some tests on windows (permissions)
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
5000787c18
|
flake8
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
27ea11d164
|
dead code
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
abd7b638b8
|
basic stfpd setup test
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
dd2209a96c
|
tests to cover config changes
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
6c388b9d58
|
test for authtoken API
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
ab947704f0
|
replace PortLocations tests
The old tests were hard to read due to all the "if"
statements; these might be slightly more verbose but
also more explicit
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
4d7f8ec9dd
|
keep clientdir for now, improve how we access it
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
2937c729e3
|
change imports; introducer client.read_config
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
4c7f60f42a
|
test fixups from review
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
107ddcd1ba
|
get rid of get_clientdir
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
d544284f92
|
introduce create_node_dir
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
c93ee4f867
|
document a test-method
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
86a9ce5793
|
create _NoNetworkClient using same code as _Client
|
2018-08-25 02:10:44 -06:00 |
|
meejah
|
35810a5692
|
pull 'basedir' entirely into _Config
Put all config-related methods into _Config; change
code to ask config for paths instead of using basedir;
add some better docstrings
|
2018-08-25 02:10:44 -06:00 |
|
Jean-Paul Calderone
|
292448a423
|
Merge pull request #518 from LeastAuthority/test_upload_and_download_random_key
Avoid EADDRINUSE from allmydata.test.test_system.SystemTest
Fixes ticket:2933
|
2018-08-22 09:31:48 -04:00 |
|
Jean-Paul Calderone
|
74420fb764
|
Try to preserve the working directory
|
2018-08-17 15:53:59 -06:00 |
|
meejah
|
1af71e6ba3
|
confirm .stop() called
|
2018-08-17 15:53:59 -06:00 |
|
meejah
|
03712c9cca
|
add docstrings
|
2018-08-17 15:53:59 -06:00 |
|
meejah
|
0607b7331f
|
fix tests by overriding/patching reactor.stop in tests
|
2018-08-17 15:53:59 -06:00 |
|
meejah
|
423208f391
|
add a 'tahoe run' unit-test for config errors
|
2018-08-17 15:53:59 -06:00 |
|