Commit Graph

11 Commits

Author SHA1 Message Date
HeroicHitesh 7d3192cdee Migrate from testr to stestr
Replace .testr.conf by .stestr.conf for migration and update
.gitignore, tox.ini and test-requirements.txt files accordingly

Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com>
Change-Id: I0948bd22e257285c77fb61564684ab31080ecf54
2021-06-30 19:21:39 -07:00
John Dickinson 4113b481e2 added authors, changelog, and .mailmap
Change-Id: I03a51448221e2e9bb6eb1981d125fe59971d5dc7
2013-12-05 14:11:17 -08:00
Chmouel Boudjnah 64b976e139 Add plumbing.
- Update .gitignore to ignore all testrunners.
- Move swift-bench to swiftbench.
- Move tests to tests/
- Add some simple {test-,}requirements (more works needs to be done to get proper versioning)

Change-Id: Iab4d65f02cbce8c99ecafa30d15c4cb11f0b4293
2013-11-21 14:09:47 -08:00
TheSriram ad99f29655 fix(gitignore) : ignore *.egg and *.egg-info
Change-Id: I9496dab9e8f779a7ae045bb73b2cf8e77bda0d30
2013-07-30 14:57:48 -04:00
Peter Portante aab43abbbd Ignore coverage HTML directory and MANIFEST.
Change-Id: I5286cd1b066da11eef98dbfea9252366ca3ffd9c
Signed-off-by: Peter Portante <peter.portante@redhat.com>
2013-07-25 16:48:38 -04:00
Jon Snitow 0d5d06ec85 Make sure users can't remove their account quotas
Protect X-Remove-Account-Meta-Quota-Bytes same as X-Account-Meta-Quota-Bytes

Fixes bug 1204110

Change-Id: Ibac5b555f50b1fe41b2999c0d5776d90f9c9f3d1
2013-07-24 15:58:55 -07:00
Kun Huang 1685b4466a update .gitignore
Ignore build/ directory, which is auto-created when running `python
setup.py bdist` like dist/ directory.

Change-Id: Ie58936320d995e4e81f8929128475e538665bde8
2013-06-20 17:56:07 +08:00
Victor Rodionov 165af3f603 fix dict duplicated key
remove duplicated key from swift-bench bin; and also add .idea to gitignore

Change-Id: I31360489716d03324b8d2bb1c51e282393069c13
2013-04-22 01:23:39 +04:00
Peter Portante 94edaf3009 Ignore pycscope files
Change-Id: I5fe38f28896d086e56ba9e718b02227d87dd4a2d
Signed-off-by: Peter Portante <peter.portante@redhat.com>
2012-12-04 11:17:38 -05:00
Maru Newby 860c7cda13 Add support for venv-based test run with tox.
* Adds tox config
   - based on the config from python-quantumclient and updated for
     test, pep8 and coverage execution as per nova's run_tests.sh.
 * Adds nosetests defaults in setup.cfg
 * Adds runtime dependencies in tools/pip-requires
   - dependencies were gathered by referencing the packages used in
     creation of a Swift All In One.  Versions were determined by
     checking the swift-core/trunk ppa or, failing that, the version
     available in lucid.
 * Adds test dependencies in tools/test-requires
 * Updates swift/common/middleware/formpost.py for pep8 compliance
 * Adds instructions for executing the tests with Tox to the
   developer_guidelines
 * Adds instructions for installing openstack.nose_plugin to
   developer_saio
 * Fixes bug 909177

Change-Id: I5407924d2181e9ab335aaf76bf30c8d40deccbb4
2012-01-31 15:27:29 -08:00
gholt 9520af1be2 Updating changelog for 1.4.3
Change-Id: Iae6a3d5341d9621034c772174abfa3f10e7e335b
2011-09-07 21:55:40 +00:00