File: buildout.cfg

package info (click to toggle)
python-hurry.filesize 0.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: python: 100; makefile: 18
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
[buildout]
develop = . 
parts = test
newest = false

[test]
recipe = zc.recipe.testrunner
eggs = hurry.filesize
defaults = ['--tests-pattern', '^f?tests$', '-v']