summaryrefslogtreecommitdiff
path: root/test/functional/test_account.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix some func tests to do with metadata maximumsTim Burke2023-02-021-0/+8
* Drop use of unittest2Sean McGinnis2020-01-121-4/+4
* py3: Cover account/container func testsTim Burke2019-08-161-7/+16
* fix SkipTest imports in functests so they can be run directly by noseJohn Dickinson2017-12-181-2/+1
* Add checksum to object extended attributesSamuel Merritt2017-11-031-0/+3
* Make tempurl functional tests clean up account keysAlistair Coles2016-12-201-30/+48
* Remove executable flag from some test modulesOndřej Nový2016-10-311-0/+0
* Use more specific asserts in functional testsGábor Antal2016-07-151-28/+24
* Make string.letters PY3 compatibleliangjingtao2016-06-241-3/+4
* Fix func test --until-failure and --no-discover optionsAlistair Coles2015-12-161-5/+5
* Modify functional tests to use ostestr/testrRichard Hawkins2015-12-151-0/+8
* pep8 fix: assertEquals -> assertEqualBill Huber2015-08-051-4/+4
* functests: use assertIn and assertNotInSamuel Merritt2015-07-281-16/+16
* test/(functional, probe): Replace "self.assert_" by "self.assertTrue"janonymous2015-07-281-22/+26
* Replace xrange() with six.moves.range()Victor Stinner2015-06-231-2/+3
* Add metadata size tests on the borderHisashi Osanai2015-06-041-2/+9
* Tighten up overall metadata size testsAlistair Coles2015-06-011-0/+8
* Fix metadata overall limits bugRichard (Rick) Hawkins2014-10-021-0/+25
* Restrict keystone cross-tenant ACLs to IDsanc2014-08-081-0/+28
* Add functional tests for Storage PolicyYuan Zhou2014-06-181-0/+30
* Fixed a handful of typosAlex Gaynor2014-05-261-1/+1
* Read the configuration once for all func testsPeter Portante2014-04-021-25/+28
* Rework use of constraints to ease testingPeter Portante2014-04-021-14/+23
* AssertEquals is deprecated, use assertEqual partIHou Ming Wang2014-04-011-26/+26
* additional functional tests for account aclsClay Gerrard2014-03-251-15/+443
* fix a skipped account ACLs functional testJohn Dickinson2014-03-251-14/+8
* Privileged acct ACL header, new ACL syntax, TempAuth impl.Jon Snitow2014-01-291-1/+147
* Move the tests from functionalnosetestsSteve Kowalik2014-01-071-0/+203