Overview
- Title
- test moin/1.9 current repo checkout with Python 2.4
- Duration
- 96
- Difficulty
- Easy
- Type
- Testing
- Tags
- python,mercurial,py.test
- Mentors
- thomaswaldmann,rb_proj,ronny_pfannschmidt,xoraxax
- Count
- -1
Description
Abstract
test moin/1.9 current repo checkout with Python 2.4 (which is rather old, check first whether you have it!)
Details
moin 1.9 was developed to run with python 2.4.x / 2.5.x / 2.6.x.
Over time, more and more developers moved to 2.5 and 2.6, so moin is not much tested nowadays with 2.4.
Hints:
- run automated tests
- do manual testing using your browser, trigger all functionality offered by the wiki user interface
- if some test fails, do same test with python 2.5 or 2.6 and check if it is a regression, document that
You have to deliver a wiki page with documentation about your tests and results (for the manual tests we expect a table with tests and results).
Skill Requirements
See tags.
Links