sapling/infinitepush/tests
Stanislau Hlebik 019c55f351 infinitepush: indexapi and store
Summary:
Code was written by Laurent, Durham and Mateusz on hackathon.
Index stores metadata, store stores bundles.
This diff adds interfaces and simple filesystem implementations

Test Plan:
cd tests
py.test *.py

Reviewers: durham, rmcelroy, mitrandir

Reviewed By: mitrandir

Subscribers: mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D3741963

Tasks: 12479677

Signature: t1:3741963:1472207457:c9e7fb6163ef3cd6fdc1c4bd5113c623169c3a7c
2016-08-26 04:08:28 -07:00
..
__init__.py infinitepush: indexapi and store 2016-08-26 04:08:28 -07:00
README infinitepush: indexapi and store 2016-08-26 04:08:28 -07:00
testindex.py infinitepush: indexapi and store 2016-08-26 04:08:28 -07:00
teststore.py infinitepush: indexapi and store 2016-08-26 04:08:28 -07:00
util.py infinitepush: indexapi and store 2016-08-26 04:08:28 -07:00

Install pytest: yum install py.test
To run the test use py.test *.py in that folder