@@ -125,6 +125,38 @@ Will run all the tests verbosely and not capture the outputs of the test. The
`-s` option is mandatory if there's a need to brake in the code using python's
debugger.
If you wish to build your own dependency packages (assume we wish to build our own `beat.core`, `beat.cmdline` and `beat.backend.python`) and run the tests, please do the following:
- In `buildout.cfg` add the line: ::
dependent-scripts = true
- In `development.cfg` add the following lines: ::