/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/plugins/stats/__init__.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-12-23 00:51:26 UTC
  • mfrom: (7414.3.2 fix-stats)
  • Revision ID: breezy.the.bot@gmail.com-20191223005126-z6thojgn8i8x00ht
Fix the credits command, and add some blackbox tests for the stats plugin.

Merged from https://code.launchpad.net/~jelmer/brz/fix-stats/+merge/376099

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
def load_tests(loader, basic_tests, pattern):
35
35
    testmod_names = [__name__ + '.' + x for x in [
 
36
        'test_blackbox',
36
37
        'test_classify',
37
38
        'test_stats',
38
39
        ]]