pegleg/pegleg/engine
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
..
catalog Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
catalogs Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
common pki: Port Promenade's PKI catalog into Pegleg 2019-01-15 13:29:21 -06:00
generators Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
util Restructure usage of test fixtures 2019-07-29 11:37:36 -05:00
__init__.py Pegleg encryption of site secrets 2018-10-30 16:53:51 +00:00
bundle.py Standardize Pegleg code with YAPF 2019-07-25 17:28:18 +00:00
errorcodes.py Add nosec to Bandit False Positives 2019-05-09 15:29:26 +00:00
exceptions.py Standardize Pegleg code with YAPF 2019-07-25 17:28:18 +00:00
lint.py Standardize Pegleg code with YAPF 2019-07-25 17:28:18 +00:00
repository.py Standardize Pegleg code with YAPF 2019-07-25 17:28:18 +00:00
secrets.py Standardize Pegleg code with YAPF 2019-07-25 17:28:18 +00:00
site.py Standardize Pegleg code with YAPF 2019-07-25 17:28:18 +00:00
type.py Implement default umask for 640 file permissions 2019-06-29 17:56:55 +00:00