Monday, July 7, 2008

New project: Pash test framework

My mentor Igor told me that I should work on a test framework for Pash, and that is what my current work is right now. The idea is to have an easy and simple way to test compatibility between PowerShell and Pash. The test framework uses the PowerShell hosting API, and a custom Assert, AssertCompatability. Given a script string, the framework should be able to test it and retreieve the results on any number of implementations. It then compares the results and makes sure they are equal. If they are not, it fails.

URL:
https://blueprints.launchpad.net/pash/+spec/pash-test-framework

No comments: