This is an automated email from the ASF dual-hosted git repository.
jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver-qa.git
The following commit(s) were added to refs/heads/master by this push:
new ba4179b Remove whitespace.
ba4179b is described below
commit ba4179b871f168f9727914b3788c0aff0345bfa5
Author: James Peach <[email protected]>
AuthorDate: Mon Apr 18 20:26:52 2016 -0700
Remove whitespace.
---
doc/design.rst | 4 ----
1 file changed, 4 deletions(-)
diff --git a/doc/design.rst b/doc/design.rst
index 18adfe7..4690efe 100644
--- a/doc/design.rst
+++ b/doc/design.rst
@@ -26,14 +26,12 @@ should be created as style/testing requirements of the
project the tests are for
This is done by effectively just creating a variety of helper classes that
TestCases
can sub-class to get some common functionality for free.
-
============
Architecture
============
Due to the flexible design principles at play there is very little in terms of
architecture, but we'll go over the design of a few of the basic helper
concepts.
-
Environment
============
One of the common use-cases of a test framework is to build and run the
application.
@@ -48,7 +46,6 @@ for. It will then return a copy of the requested environment
to the caller. This
means that if N tests require the same base environment we only have to compile
once instead of N times.
-
Endpoint
========
Another common requirement for integration testing a proxy is an origin. Not
only
@@ -57,7 +54,6 @@ as the client (since the proxy will modify the
request/response). To aid in thes
sorts of tests we provide a DynamicHTTPEndpoint class which will create a Flask
server in a separate thread with APIs to register endpoints and track requests.
-
test_cases
==========
These are intended to be test cases that you would subclass to create your own
test.
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].