File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PyModel is a model-based testing framework for Python. Earlier public
5
5
releases were versions 0.80 in Jan 2010, 0.85 in Mar 2010, and 0.90 in
6
6
July 2011. Since July 2011 ongoing work has been available at GitHub:
7
7
https://github.com/jon-jacky/PyModel/ PyModel can also be downloaded
8
- from PyPI http://pypi.python.org/pypi/PyModel or the author's web page
8
+ from PyPI http://pypi.python.org/pypi/PyModel or
9
9
http://staff.washington.edu/jon/pymodel/www/
10
10
11
11
This release is called version 1.0 because it includes all of the
Original file line number Diff line number Diff line change @@ -72,11 +72,13 @@ information about that sample. The samples are:
72
72
web client. It simulates a browser, sending HTTP requests to the
73
73
web application.
74
74
75
- For general directions on how to run the samples, see also
76
- * samples.txt* in the * notes* directory.
75
+ Each sample includes several test scripts: * test.txt* etc. To run a
76
+ script, type * trun test* etc. (not * pyton test.py* ). For more
77
+ directions on how to run the samples, see also * samples.txt* and
78
+ * test.txt* in the * notes* directory.
77
79
78
80
79
- Revised Apr 2013
81
+ Revised May 2013
80
82
81
83
82
84
You can’t perform that action at this time.
0 commit comments