Changeset 2934
- Timestamp:
- May 19, 2006, 6:20:38 PM (19 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_installation_guide.tex
r2788 r2934 67 67 \item psyco \url{http://psyco.sourceforge.net/index.html} 68 68 \item visual python \url{http://vpython.org} 69 \item matplotlib (pylab) for quality 2d plotting 69 \item matplotlib (pylab) for quality 2d plotting (moving towards mandatory requirement) 70 70 \item VTK \url{http://mayavi.sourceforge.net/dwnld/vtk/win32/} 71 71 \end{itemize} -
inundation/pyvolution/test_util.py
r2929 r2934 1151 1151 1152 1152 def test_get_version_info(self): 1153 1154 try: 1155 info = get_version_info() 1156 except OSError: 1157 pass 1158 else: 1159 assert len(info) == 9 1160 assert info[0].startswith('Path') 1161 assert info[3].startswith('Revision') 1153 info = get_version_info() 1154 assert info.startswith('Revision') 1162 1155 1163 1156
Note: See TracChangeset
for help on using the changeset viewer.