Euphoria Ticket #379: Clean up eutest code, split into multiple files

There are a few divisions that could be made to make eutest code more clean, therefore easier to maintain. w/o doing an exhaustive look, one could move the coverage code to it's own file, the html styling to it's own file and the various output formats to their own file.

The later would make it easier to add new formats as well, i.e.

include eutest/xml_out.e as xml 
include eutest/text_out.e as text 
include eutest/html_out.e as html 
 
xml:output() 
text:output() 
html:output() 

Details

Type: Task Severity: Normal Category: Bundled Utility
Assigned To: unknown Status: New Reported Release: 4.0.0.RC1
Fixed in SVN #: 4079 View VCS: 4079 Milestone: 4.1.0

1. Comment by jeremy Nov 14, 2010

eutest no longer uses -emake option

2. Comment by jeremy Nov 15, 2010

Moved to 4.1.0 as it will produce no user change, just easier maintainability.

Search



Quick Links

User menu

Not signed in.

Misc Menu