My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Contributing  
Contributing to Migrator.NET
Updated Feb 4, 2010 by geoffl...@gmail.com

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 Patches

Patches 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 Standards

Please create one patch per functional change (including tests). Large patches containing non-related functionality will probably be told to repatch as separate issues.

  • All patches should be complete and include unit tests for any changes that are being made
  • If the tests don't pass, the patch won't be applied
  • Use good coding practices (Avoid code duplication, Refactor to add new code when necessary)

Coding Standards

For now, please consult the Castle Coding Standards page

Comment by remitay...@gmail.com, Sep 19, 2010

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"/>


Sign in to add a comment
Powered by Google Project Hosting