diff options
| author | Michael Merickel <github@m.merickel.org> | 2018-10-31 23:39:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-31 23:39:30 -0500 |
| commit | e0885eb5402a4faee683dd4e2ff57d8b32842e92 (patch) | |
| tree | 456032451f64ecfadb7b5e593f36b32aeecc1e87 /HACKING.txt | |
| parent | 85ad95c5996935604bd11691c915a869fdd0fe87 (diff) | |
| parent | bd874fa27387b5a4b39bfe5a124719b4b202bfff (diff) | |
| download | pyramid-e0885eb5402a4faee683dd4e2ff57d8b32842e92.tar.gz pyramid-e0885eb5402a4faee683dd4e2ff57d8b32842e92.tar.bz2 pyramid-e0885eb5402a4faee683dd4e2ff57d8b32842e92.zip | |
Merge pull request #3406 from mmerickel/drop-pcreate
initial work removing pcreate
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/HACKING.txt b/HACKING.txt index db40c99a2..acd65e4fd 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -45,11 +45,6 @@ In order to add a feature to Pyramid: - The feature must not add unnecessary dependencies (where "unnecessary" is of course subjective, but new dependencies should be discussed). -The above requirements are relaxed for scaffolding dependencies. If a scaffold -has an install-time dependency on something that doesn't work on a particular -platform, that caveat should be spelled out clearly in *its* documentation -(within its `docs/` directory). - Coding Style ------------ @@ -105,13 +100,6 @@ Running Tests Specifying tests / selecting tests": https://docs.pytest.org/en/latest/usage.html#specifying-tests-selecting-tests -- Functional tests related to the "scaffolds" (starter, zodb, alchemy) which - create a virtual environment, install the scaffold package and its - dependencies, start a server, and hit a URL on the server, can be run like - so: - - $ tox -e{py27,py34,py35,py36,py37,pypy}-scaffolds - Test Coverage ------------- |
