Edgewall Software

Changes between Version 1 and Version 2 of Ticket #10018, comment 16


Ignore:
Timestamp:
Jan 3, 2014, 12:17:42 AM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10018, comment 16

    v1 v2  
    22> I wonder if it would be better to put them in a separate file (`ticket/tests/default_workflow/functional.py`?) --
    33
    4 I've considered breaking up `functional.py` into multiple files and putting them in a sub-directory. The file is getting pretty big, and the tests take a while to execute. I was thinking of: `functional/ticket.py`, `functional/milestone.py` ... so `functional/default_workflow.py` might make sense, but maybe there are ideas from others on this.
     4I've considered breaking up `functional.py` into multiple files and putting them in a sub-directory. The file is getting pretty big, and the tests take a while to execute. I was thinking of: `functional/web_ui.py`, `functional/roadmap.py` ... so `functional/default_workflow.py` might make sense, but maybe there are ideas from others on this.
    55
    66> and I also wasn't sure whether I should call them regression tests, and name them after this ticket, or take some other approach to the naming.  So let me know if you think I should reorganize them.