Changes between Version 7 and Version 8 of NewbieDeveloperSetup


Ignore:
Timestamp:
2012-07-24T11:56:42Z (12 years ago)
Author:
amontero
Comment:

about tests

Legend:

Unmodified
Added
Removed
Modified
  • NewbieDeveloperSetup

    v7 v8  
    2525
    2626o. Dive into the code! See some [https://tahoe-lafs.org/pipermail/tahoe-dev/2012-May/007337.html tips for diving into Tahoe's source code] and follow the [wiki:CodingStandards coding standards] when you're ready to code.
     27
     28p. Learn [wiki:HowToWriteTests how to write tests]. Patches and new code should pass the automated testing before being eligible to be merged (see [ticket:68#comment:88 this comment]). There is a [https://tahoe-lafs.org/trac/tahoe-lafs/query?status=!closed&keywords=~test-needed list of patches needing tests] if you want to get your feet wet.