2019-01-28 09:41:13 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
py-test-shutil: allow newer pytest
|
2019-01-15 20:04:18 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-test-shutil: updated to 1.4.0
1.4.0:
* Fixing python 3 compatibility in Simple HTTP Server fixture
* Fixed broken tests in pytest-profiling
* Pinned pytest<4.0.0 until all deprecation warnings are fixed.
* pytest-webdriver: replaced deprecated phantomjs with headless Google Chrome.
* Add Vagrantfile to project to make test environment portable.
* Add .editorconfig file to project.
* pytest-server-fixtures: add TestServerV2 with Docker and Kubernetes support.
* pytest-server-fixtures: fix for an issue where MinioServer is not cleaned up \
after use.
* pytest-server-fixtures: fix deprecation warnings when calling pymongo.
* pytest-server-fixtures: close pymongo client on MongoTestServer teardown.
* pytest-server-fixtures: upgrade Mongo, Redis and RethinkDB to TestServerV2.
* coveralls: fix broken coveralls
|
2018-03-24 08:14:59 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
Do not depend on setuptools-git.
|
2018-03-24 07:49:39 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-test-shutil: added version 1.3.0
This library is a goodie-bag of Unix shell and environment management tools for
automated tests. A summary of the available functions is below, look at the
source for the full listing.
|