-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
72 lines (40 loc) · 1.62 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
QMTest
------------------------------------------------------------------------
1. REQUIREMENTS
To run QMTest, you will need Python Python 2.2 (or greater). Visit
http://www.python.org
to obtain source and binary distributions of Python.
If you are using Windows, you must also install the Python Win32
extensions. Visit:
http://starship.python.net/crew/mhammond/win32/Downloads.html
------------------------------------------------------------------------
2. LICENSE
QMTest is licensed under the GNU General Public License, version 2.
See the file COPYING for the exact text of the license.
The DocumentTemplate module is Copyright Zope Corporation and
Contributors. See:
qm/external/DocumentTemplate/LICENSE.txt
for the exact text of that license.
------------------------------------------------------------------------
3. BUILDING QMTest
From the top of the source tree, run
python setup.py build
If you are building from CVS sources and want to build the
documentation run
python setup.py build_doc
- TESTING QMTest
QM comes with a test suite to test itself. Of course, this test
suite is implemented using QMTest. To run it, invoke
python setup.py check
after performing building QMTest.
- INSTALLING QMTest
To install QMTest:
python setup.py install
To install QMTest in a location other than /usr/local specify the
--prefix option:
--prefix=/path/to/install
------------------------------------------------------------------------
Local Variables:
mode: text
fill-column: 72
End: