Ticket #10706 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

A doctest of word morphism is saving an object locally

Reported by: slabbe Owned by: slabbe
Priority: major Milestone: sage-4.6.2
Component: doctest coverage Keywords:
Cc: abmasse Work issues:
Report Upstream: N/A Reviewers: Benjamin Dexheimer
Authors: Sébastien Labbé Merged in: sage-4.6.2.rc0
Dependencies: Stopgaps:

Description

The file sage/combinat/words/morphism.py contains the following test which save an object locally :

sage: save(w,'test')

A local file is thus created each time sage -t is run on the file...

Attachments

trac_10706_word_morphism_doctest_fix-sl.patch Download (757 bytes) - added by slabbe 2 years ago.

Change History

Changed 2 years ago by slabbe

comment:1 Changed 2 years ago by slabbe

  • Status changed from new to needs_review
  • Authors set to Sébastien Labbé

comment:2 Changed 2 years ago by slabbe

  • Cc abmasse added

comment:3 Changed 2 years ago by benjamin

  • Status changed from needs_review to positive_review
  • Reviewers set to Benjamin Dexheimer

comment:4 Changed 2 years ago by jdemeyer

  • Status changed from positive_review to closed
  • Resolution set to fixed
  • Merged in set to sage-4.6.2.rc0
Note: See TracTickets for help on using tickets.