pegleg/tests/unit
Ian H. Pittwood 4480ab5574 Restructure usage of test fixtures
Pytest includes a fixture that can be used to generate temporary
directories. Previously Pegleg had implemented a hombrewed version of a
temporary directory fixture. This change removes the homebrewed version
and replaces it with the tmpdir fixture.

Implement tmpdir fixture in tests

Upgrade all testing packages to use the latest features

Removes unused imports and organizes import lists

Removes mock package requirement and uses unittest.mock, included in
python >3.3

Implements a slightly cleaner method to get proxy info

Change-Id: If66e1cfba858d5fb8948529deb8fb2d32345f630
2019-07-29 11:37:36 -05:00
..
engine Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
__init__.py Standardize Pegleg directory structure 2018-09-23 10:33:40 -04:00
test_cli.py Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
test_exceptions.py Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
test_utils.py Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00