Merge lp:~james-w/lazr.restful/lazr.restful.fix_test_suite into lp:lazr.restful

Proposed by James Westby
Status: Merged
Merged at revision: not available
Proposed branch: lp:~james-w/lazr.restful/lazr.restful.fix_test_suite
Merge into: lp:lazr.restful
Diff against target: None lines
To merge this branch: bzr merge lp:~james-w/lazr.restful/lazr.restful.fix_test_suite
Reviewer Review Type Date Requested Status
Gavin Panella Approve
Review via email: mp+8559@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

Fix a simple error when filling out the setup.py template.

Revision history for this message
Gavin Panella (allenap) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2009-04-29 15:44:43 +0000
3+++ setup.py 2009-07-10 14:54:26 +0000
4@@ -91,5 +91,5 @@
5 xml=['lxml',] # requiring this of normal users is too much
6 ),
7 setup_requires=['eggtestinfo', 'setuptools_bzr'],
8- test_suite='lazr.yourpkg.tests',
9+ test_suite='lazr.restful.tests',
10 )

Subscribers

People subscribed via source and target branches