test_headers: add custom marks for auth_common/aws2/aws4
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
7993dd02a53c83e5831fc62d954621f7aca92bf5)
remove boostrap
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
5e9f6e5ffb6affcd5ecdaf5e6de3de9489488e00)
cleanup duplicate lines
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
d13ed28a5c1a4e4a694eb6950a7be687050d385c)
remove nose dependency from requirements.txt
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
494379c2ff93dcf72e5c5638522073ad9d88389a)
nose: remove nose attrs and imports
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
4c75fba0deada0f0db6dddf9d7445b9f10c18fcb)
pytest: replace nose eq() with assert ==
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
f5d0bc9be3a24e91142ad8359b1c64e655aaee48)
pytest: replace nose SkipTest with pytest.skip()
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
7e7e8d5a4237414d7cec891fbb6573215a236597)
pytest: replace @nose.with_setup with fixtures
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
c80e9d2118ca5bcdec5285898a532f8e18faa6b6)
pytest: add custom marks for each nose @attr
and register them in pytest.ini
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
4864dbc340dff24370fb01c0af04b44bf00d5e47)
remove tests tagged fails_strict_rfc2616
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
3652cfe2ec5500b37adf7830acc1d957f71b5a9e)
pytest: add global configfile and autouse teardown fixtures
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
672a1233485926b1e9fdcb4170cb7b4e3abcb30b)
pytest: add tox.ini to run pytest, update README
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
9319a41b245387e79a0801f97ee5119cc4df9bf3)
remove comment
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
(cherry picked from commit
60b26f210e0114b60a54426a3db3087c668de676)
the use of std::to_string change the double presentation(not accuracy)
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
(cherry picked from commit
b20001356520256db522f9b7c4f392dbc085a4dd)
the upgraded CSV parser has some impact on engine result. (redundant comma, quote behavior)
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
(cherry picked from commit
89f97ed35cdc8e74d98eb9518f32b994a18ac51a)
add test_object_copy_16m to test refcounting of tail objects
i don't think any of our CopyObj test cases were large enough to have
tail objects, so weren't exercising our tail object ref counting
strategy
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
defb8eb9778a338d855d8fa8aa3e8f8b1b468630)