You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: CHANGES.md
+5
Original file line number
Diff line number
Diff 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
+
1
6
07 March 2016
2
7
3
8
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.
Copy file name to clipboardexpand all lines: PythonFlaskTesting.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ Docker Compose
285
285
nginx
286
286
uwsgi
287
287
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.)
289
289
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.
290
290
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.
291
291
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