Porting Ideas

Just changing small syntax is not gonna port the tests over to pytest-2. Need to think something bigger changes that really make difference between the two sets of tests. Also, the tests for pytest-2 takes lot more time compared to py.test 1.3.4. It's really not good. This is what I did:

Created a new test file in MoinMoin/_tests for both pytest-2 and py.test 1.3.4. Here is the result of Profiler:

[For pytest-2]

[For py.test 1.3.4]

These differences increases for the bigger tests of MoinMoin. Need to do something for it.

More ideas for porting are required. So, I tried chagelogs of pytest, whats new in pytest-2 etc.

MoinMoin: pkumar_diary/2011-05-26 (last edited 2011-05-27 12:25:56 by PrashantKumar)