Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 4d1d77f

Browse files
committed
update PDF and TXT versions to fix typo and Issue #1
1 parent 9ab4087 commit 4d1d77f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
29 March 2017
2+
3+
Updated PDF to reflect changes to the Makefile and switch to pycodestyle
4+
Fixes Issue #1
5+
16
07 March 2016
27

38
Updated PDF to reflect a good note by Daniel Kraft (@wamdamdam on twitter) that Docker should be considered "heavy" for use by developers and can introduce another way for "worked for me" issues to appear.

PythonFlaskTesting.pdf

304 Bytes
Binary file not shown.

PythonFlaskTesting.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Docker Compose
285285
nginx
286286
uwsgi
287287
robcherry/docker-chromedriver:latest
288-
NOTE - Docker is not the only way to do WebUI or Component testing. Some consider it heavy-handed in that it requires developers to maintain a tech stack (which perversly re-introduces “worked on my stack” issues.)
288+
NOTE - Docker is not the only way to do WebUI or Component testing. Some consider it heavy-handed in that it requires developers to maintain a tech stack (which perversely re-introduces “worked on my stack” issues.)
289289
In order to properly test the web ui you need to be able to run the app and then have it respond to requests from a web server.
290290
In the past this required different staging or testing servers that would constantly be out of date; require that the magic phrase be uttered to the sysadmin just to get that server updated.
291291
Fortunately now we can take advantage of Docker (and other VM environments) to create, deploy and run all of the required items on the developer's laptop...

0 commit comments

Comments
 (0)