Merge lp:~jml/libdep-service/apt-file-db into lp:libdep-service

Proposed by Jonathan Lange
Status: Merged
Approved by: Jonathan Lange
Approved revision: 99
Merged at revision: 68
Proposed branch: lp:~jml/libdep-service/apt-file-db
Merge into: lp:libdep-service
Diff against target: 18 lines (+6/-0)
1 file modified
djlibdep/tests/__init__.py (+6/-0)
To merge this branch: bzr merge lp:~jml/libdep-service/apt-file-db
Reviewer Review Type Date Requested Status
Jonathan Lange (community) Approve
Review via email: mp+131195@code.launchpad.net

Commit message

Restore the tests

Description of the change

The previous branch disabled many tests in order to make TDD faster.

It should not have landed. This branch restores the tests.

To post a comment you must log in.
Revision history for this message
Jonathan Lange (jml) wrote :

Rubber stamping.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'djlibdep/tests/__init__.py'
2--- djlibdep/tests/__init__.py 2012-10-24 08:52:15 +0000
3+++ djlibdep/tests/__init__.py 2012-10-24 14:27:25 +0000
4@@ -19,8 +19,14 @@
5
6
7 TEST_MODULES = [
8+ 'api',
9 'aptfile',
10+ 'interface',
11 'pep8',
12+ 'preflight',
13+ 'test_double',
14+ 'test_double_impl',
15+ 'views',
16 ]
17
18 SUITE_FACTORY = OptimisingTestSuite

Subscribers

People subscribed via source and target branches