setup.cfg 655 B

123456789101112131415161718192021222324252627
  1. [nosetests]
  2. match = ^test
  3. nocapture = 1
  4. cover-package = frameworkbenchmarks
  5. with-coverage = 1
  6. cover-erase = 1
  7. [compile_catalog]
  8. directory = frameworkbenchmarks/locale
  9. domain = frameworkbenchmarks
  10. statistics = true
  11. [extract_messages]
  12. add_comments = TRANSLATORS:
  13. output_file = frameworkbenchmarks/locale/frameworkbenchmarks.pot
  14. width = 80
  15. [init_catalog]
  16. domain = frameworkbenchmarks
  17. input_file = frameworkbenchmarks/locale/frameworkbenchmarks.pot
  18. output_dir = frameworkbenchmarks/locale
  19. [update_catalog]
  20. domain = frameworkbenchmarks
  21. input_file = frameworkbenchmarks/locale/frameworkbenchmarks.pot
  22. output_dir = frameworkbenchmarks/locale
  23. previous = true