]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Add rough naive downloader + remote scan
authorDavid Stainton <dstainton415@gmail.com>
Thu, 2 Jul 2015 04:11:05 +0000 (21:11 -0700)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 15 Sep 2015 16:56:00 +0000 (17:56 +0100)
commitdc807e1c0b72ae2b171fcd48b576a21ca50d9740
treed156e66aac7606598abc0481fdbf275e57149393
parente60234e3010e5bdb67d5ecc879b7adee13331254
Add rough naive downloader + remote scan

- makes the basic naive Alice + Bob unit test pass
-  `_should_download` is currently a stub function and
should be implemented
- handling of local+remote file versions is currently faked...
and should be implemented
src/allmydata/client.py
src/allmydata/frontends/magic_folder.py
src/allmydata/test/test_cli_magic_folder.py
src/allmydata/test/test_magic_folder.py