Ticket #504 (closed defect: wontfix)

Opened 4 years ago

Last modified 4 years ago

Test suite not making use of mktemp

Reported by: ipv6guru Owned by:
Priority: major Milestone: undecided
Version: 0.7.10 Keywords: sourceforge 1190129
Cc:

Description

Use of mktemp in the test suite, rather than creating temporary directories under the cwd, would be preferrable. Affected tests are test_maildir, test_slavecommand and test_mailparse.

Submitted: Kevin Campbell ( kevca ) - 2005-04-26 17:43

Extra Comments :-

which mktemp function are you referring to? something in os.path? Trial creates ./_trial_temp anyway (and chdirs us into it), so using temporary directories there seems preferable to putting them somewhere shared like /tmp/ .

Change History

comment:1 Changed 4 years ago by ipv6guru

Moved from sourceforge

comment:2 Changed 4 years ago by dustin

  • Status changed from new to closed
  • Resolution set to wontfix

agreed with the commenter

Note: See TracTickets for help on using tickets.