3252: Make Python tests runnable from setup.py.
authorBrett Smith <brett@curoverse.com>
Thu, 17 Jul 2014 20:41:29 +0000 (16:41 -0400)
committerBrett Smith <brett@curoverse.com>
Thu, 17 Jul 2014 20:41:29 +0000 (16:41 -0400)
commit87368d7ec97e940dd468a433afed0c6b65f30a4e
tree945503c5dba6dc7f76bc9789f24697c27fab5fe0
parentb501fc456ccfe1d4b36107b8b10f43c91fa841b2
3252: Make Python tests runnable from setup.py.

This does a couple of things for us:

* It makes the tests more discoverable and easier to run, which makes
  for cleaner documentation.  The new command to run tests is
  `python setup.py test` (the old command still works too).

* Because the test dependencies are expressed in setup.py, we can get
  rid of duplication from keeping around requirements.txt.
sdk/python/.gitignore
sdk/python/requirements.txt [deleted file]
sdk/python/setup.py
sdk/python/tests/__init__.py [new file with mode: 0644]
sdk/python/tests/test_arv_put.py
services/fuse/requirements.txt [deleted file]
services/fuse/setup.py
services/fuse/tests/__init__.py [new file with mode: 0644]