]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_runner.py
Changes to Tahoe needed to work with new zetuptoolz (that does not use .exe wrappers...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_runner.py
2010-07-25 david-sarahChanges to Tahoe needed to work with new zetuptoolz...
2010-08-02 david-sarahBasedir/node directory option improvements for ticket79...
2010-08-02 david-sarahtest_runner.py: Fix error in message arguments to ...
2010-07-22 david-sarahReplace uses of os.path.abspath with abspath_expanduser...
2010-08-01 Zooko O'Whielacronxsetup: fix a couple instances of hard-coded 'allmydata...
2010-08-01 Zooko O'Whielacronxsetup: replace hardcoded 'allmydata-tahoe' with allmyda...
2010-07-20 david-sarahtest_runner: test that 'tahoe --version' outputs no...
2010-05-24 Zooko O'Whielacronxtest: show stdout and stderr in case of non-zero exit...
2010-05-21 Zooko O'Whielacronxtests: don't let bench_dirnode.py do stuff and have...
2010-02-01 Zooko O'Whielacronxtests: don't require tahoe to run with no noise if...
2010-02-01 david-sarahcli: suppress DeprecationWarnings emitted from importin...
2010-01-27 Brian Warnertest_runner: cleanup, refactor common code into a non...
2010-01-16 david-sarahMessage saying that we couldn't find bin/tahoe should...
2010-01-16 david-sarahAdd create-node CLI command, and make create-client...
2009-08-15 Zooko O'Whielacronxtests: double the timeout on test_runner.RunNode.test_i...
2009-07-30 Brian Warnertest_runner.py: tolerate symlinks in the source tree...
2009-06-01 Brian Warnertest_runner.py: remove test_client_no_noise: the issue...
2009-05-20 Brian Warnertest_runner.py: fix minor typo
2009-05-07 Zooko O'Whielacronxtests: mark test_runner as coded in utf-8 instead of...
2009-05-07 Zooko O'Whielacronxtests: raise timeout on test_runner.RunNode.test_introd...
2009-02-23 Brian Warnertests: stop using setUpClass/tearDownClass, since they...
2009-02-12 Zooko O'Whielacronxnodeadmin: node stops itself if a hotline file hasn...
2009-02-11 Zooko O'Whielacronxtrivial: whitespace
2009-02-09 Brian Warnertest_runner: skip all spawnProcess-using tests on cygwi...
2009-02-09 Brian Warnertest_runner.py: revert the CreateNode section to using...
2009-01-29 Zooko O'Whielacronxsetup: more verbose assertion failure in test_runner
2009-01-27 Zooko O'Whielacronxtrivial: remove unused imports noticed by pyflakes
2009-01-27 Zooko O'Whielacronxsetup: fix test_runner to invoke bin/tahoe.exe instead...
2009-01-27 Zooko O'Whielacronxsetup: fix test_runner to assert that lines which are...
2009-01-27 Zooko O'Whielacronxsetup: fix test_runner.RunNode.test_baddir -- it was...
2009-01-27 Zooko O'Whielacronxsetup: go ahead and check for noise in test_client_no_noise
2009-01-27 Zooko O'Whielacronxsetup: add a test for a warning message from importing...
2009-01-24 Zooko O'Whielacronxsetup: find a "bin/tahoe" executable to test based...
2009-01-22 Zooko O'Whielacronxsetup: add test that the tests are testing the right...
2009-01-22 Zooko O'Whielacronxtrivial: removed unused imports noticed by pyflakes
2009-01-22 Zooko O'Whielacronxsetup: change test_runner to invoke "bin/tahoe" in...
2008-12-22 Zooko O'Whielacronxtest: extend timeout on the hotline file that prevents...
2008-12-21 Zooko O'Whielacronximmutable, checker, and tests: improve docstrings,...
2008-12-02 Brian Warner#542 'tahoe create-key-generator': fix the .tac file...
2008-10-29 Brian Warnerutil: move PollMixin to a separate file (pollmixin...
2008-02-18 Brian Warnertest_runner.py: test launching an introducer too
2008-02-18 Brian Warner'tahoe start': allow this to start arbitrary .tac file...
2008-02-15 Zooko O'Whielacronxdocs: update install and usage docs, improve cli "usage...
2007-12-03 Zooko O'Whielacronxfix several bugs and warnings -- thanks, pyflakes
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-10-13 Brian Warnertest_runner.RunNode: pass an explicit webport, to avoid...
2007-10-11 Brian Warnerrename bin/allmydata-tahoe to bin/tahoe. Closes #155.
2007-10-11 Brian Warnerrename client.tac to tahoe-client.tac, so that 'ps...
2007-10-11 Brian Warnerrunner: make most commands use ~/.tahoe by default...
2007-09-19 Brian Warnertest_runner: try harder to work on slow buildslaves...
2007-09-19 Brian Warnerstartstop_node.py: improve test coverage a little bit
2007-09-19 Brian Warnertest_runner: better diagnostics in case test_client...
2007-09-18 Brian Warnertest_runner.py: fix race conditions in start/stop node...
2007-09-18 Brian Warnertest_runner.py: skip the start/stop test when sys.platf...
2007-09-17 Brian Warnertest_runner.py: add tests for startstop_node.py
2007-07-11 Brian Warnerrunner.py: start to refactor into separate files
2007-06-26 Brian Warnerrunner.py: improve test coverage further: implement...
2007-06-26 Brian Warnerimprove test coverage of runner.py
2007-04-24 Brian Warnertest_runner.py: improve test coverage a little bit
2007-04-24 Brian Warnerrunner.py: add --quiet, use it from test cases
2007-04-20 Brian Warnertest_runner.py: add some coverage for allmydata.scripts...