swift/test/unit/common
Monty Taylor 4332bff3f5 Migrate to pbr for build
pbr is the libification of what was openstack.common.setup. If provides
the build information in a delcarative form, instead of as executable python
code, which works around the chicken and egg problem of needing setup
libraries present to run setup, but needing to run setup to tell if you
need setup libraries.

One of the features that comes along with this is versioning based on
git tags. If the current revision is a signed git tag, then that is the
version of the package. If it is not, the version is equal to the most
recent git tag, plus a commit count, plus a git sha (similar to git
describe, but scrubbed for python version rules compliance)

pbr updates are also part of the upcoming automation around ensuring
global requirements stay in sync.

Closes-Bug: #1179007
Change-Id: Ia473960be7e8aa44f09d48cea72ed3c8845f82fa
2013-08-14 19:10:07 -03:00
..
middleware Obscure the X-Auth-Token in proxy log 2013-07-30 09:37:27 +01:00
ring Ensure that files are always closed explicitly. 2013-07-22 16:10:37 -07:00
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
corrupted_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
malformed_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
test_bench.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_bufferedhttp.py Fix PEP8 issues in ./test/unit/common . 2012-08-31 11:24:46 +08:00
test_constraints.py Return name of header larger than MAX_HEADER_SIZE 2013-07-24 15:44:52 +01:00
test_daemon.py Add unit tests to ensure TZ variable remains set 2013-05-20 22:31:03 -04:00
test_db_replicator.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_db.py Increase test coverage of swift/common/db.py 2013-08-05 20:38:01 -06:00
test_direct_client.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_exceptions.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_internal_client.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_manager.py conf.d support 2013-04-30 00:17:46 -07:00
test_memcached.py close socket on exceptions 2013-05-21 10:59:44 -07:00
test_swob.py some container serialization cleanup 2013-07-29 17:35:08 -07:00
test_utils.py Use /var/run/syslog on macosx for syslog tests. 2013-08-06 13:04:07 +02:00
test_wsgi.py Merge "Set default wsgi workers to cpu_count" 2013-07-30 19:12:28 +00:00