|
Contributing
Contributing to Migrator.NET
Please feel free to submit patches to Migrator.NET, no need to ask! Just document the issue/feature well on the issues page, and attach your patch. Submitting PatchesPatches should be added via the issues page on the Google Code project. http://code.google.com/p/migratordotnet/issues/list Please attach any patch files with a summary & bug description. Patch StandardsPlease create one patch per functional change (including tests). Large patches containing non-related functionality will probably be told to repatch as separate issues.
Coding StandardsFor now, please consult the Castle Coding Standards page |
► Sign in to add a comment
To run all tests: nant -buildfile:default.build test
To exclude ALL tests that run against an actual database, use this property in your local.properties: <property name="tests.exclude" value="MySql,Oracle,Postgre,SQLite,SqlServer,SqlServer2005,SqlServerCe"/>
For example, if you only want to run SQLite tests, use this property: <property name="tests.exclude" value="MySql,Oracle,Postgre,SqlServer,SqlServer2005,SqlServerCe"/>