~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository/test_statistics.py

  • Committer: John Arbash Meinel
  • Date: 2008-09-04 20:32:04 UTC
  • mto: This revision was merged to the branch mainline in revision 3700.
  • Revision ID: john@arbash-meinel.com-20080904203204-blnshwj3h0r5qd5z
Rename repository_implementations tests into per_repository tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Tests for repository statistic-gathering apis."""
18
18
 
19
 
from bzrlib.tests.repository_implementations.test_repository import TestCaseWithRepository
 
19
from bzrlib.tests.per_repository import TestCaseWithRepository
20
20
 
21
21
 
22
22
class TestGatherStats(TestCaseWithRepository):