This website requires JavaScript.
Explore
Get Started
openstack
/
swift
Code
Issues
Proposed changes
swift
/
test
/
unit
/
container
History
Cao Xuan Hoang
3da144a3af
Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)'
...
trivialfix Change-Id: I416831c8ad92f8445bc8d9560040a5ebf5c90702
2016-12-12 16:23:09 +07:00
..
__init__.py
Initial commit of Swift code
2010-07-12 17:03:45 -05:00
test_auditor.py
Added unit test cases for container/auditor.py
2015-11-20 16:07:17 +00:00
test_backend.py
Fix using filter() to meet python2,3
2016-09-22 07:32:38 +07:00
test_reconciler.py
Remove meaningless lines in reconciler unit test
2016-09-01 21:26:05 +09:00
test_replicator.py
Update container on fast-POST
2016-03-03 14:25:10 +00:00
test_server.py
Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)'
2016-12-12 16:23:09 +07:00
test_sync_store.py
Fixing typo in unit test
2016-02-03 08:59:53 +02:00
test_sync.py
Make container sync copy SLO manifests
2016-09-14 13:32:00 +01:00
test_updater.py
Use assertGreater(len(x), 0) instead of assertTrue(len(x) > 0)
2016-12-08 15:45:24 +07:00