~tribaal/tarmac/solve-branch-depencies

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Paul Hummer
  • Date: 2012-07-11 20:44:59 UTC
  • mfrom: (398.2.3 docs)
  • Revision ID: paul@eventuallyanyway.com-20120711204459-3mzlbag5fac129vz
Make recursively make the tree branch's dir if it doesn't exist

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
 
26
26
=============
 
27
Running Tests
 
28
=============
 
29
 
 
30
Tests are run using 'trial' from Twisted and rely on bzrlib.tests.  So
 
31
you must install the `python-twisted-core` and `python-bzrlib.tests`
 
32
packages in order to run the tests.  Once done, from the top of the
 
33
repository you can run:
 
34
 
 
35
% trial tarmac
 
36
 
 
37
=============
27
38
Writing Tests
28
39
=============
29
40