#14344: Fix packages test
------------------------+---------------------------------------------------
   Reporter:  kcrisman  |             Owner:  mvngu   
       Type:  defect    |            Status:  new     
   Priority:  minor     |         Milestone:  sage-5.9
  Component:  doctest   |          Keywords:          
Work issues:            |   Report Upstream:  N/A     
  Reviewers:            |           Authors:          
  Merged in:            |      Dependencies:          
   Stopgaps:            |  
------------------------+---------------------------------------------------
 Here is a request from a
 [https://groups.google.com/forum/?fromgroups=#!topic/sage-
 devel/cffoTAv0Zxo sage-devel thread]:
 {{{

 The following test fails because I have some optional packages installed -

 $ sage -t  --long -force_lib devel/sage/sage/misc/package.py
 sage -t --long -force_lib "devel/sage/sage/misc/package.py"
 **********************************************************************
 File "/home/rajeev/software/general/sage/devel/sage/sage/misc/package.py",
 line 119:
     sage: install_package()
 Expected:
     ['atlas...', 'blas...', ...]
 Got:
     ['PyQt_x11-4.9.1.p0', 'atlas-3.8.4.p1', 'blas-20070724',
 'boehm_gc-7.2.alpha6.p2', 'boost-cropped-1.34.1',
 }}}

 The consensus seemed to be simply adding more ellipses.

 {{{
 > Just add periods *before* 'atlas...' as well.

 And after it (between 'atlas...' and 'blas...'), just in case. Maybe
 something like

         ['atlas...', ..., 'python...', ...]

 This is a better idea, IMO.
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14344>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to