~jayvdb/testscenarios/0.4

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Robert Collins
  • Date: 2009-03-08 02:03:02 UTC
  • Revision ID: robertc@robertcollins.net-20090308020302-68x4yegjcl3v1hpi
Start on TestWithScenarios.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
PEP-8 coding style please, though I'm not nitpicky. Make sure that 'make check'
29
29
passes before sending in a patch.
 
30
 
 
31
Code arrangement
 
32
++++++++++++++++
 
33
 
 
34
The ``testscenarios`` module should simply import classes and functions from
 
35
more specific modules, rather than becoming large and bloated itself. For
 
36
instance, TestWithScenarios lives in testscenarios.testcase, and is imported in
 
37
the testscenarios __init__.py.