pegleg/pegleg/engine/catalogs
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
..
__init__.py CLI capability to generate and encrypt passphrases 2019-01-29 16:24:31 -06:00
base_catalog.py Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
passphrase_catalog.py Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00