Opened 15 years ago
Closed 15 years ago
#1452 closed enhancement (fixed)
Refactor analysis test cases
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.15 |
Component: | test | Version: | |
Keywords: | Cc: |
Description
It is currently a bit cumbersome to create test cases for analysis plug-ins because each test case must setup it's own experiment and import data to it and then remove everything after the test. It would be useful to have a utility class that sets up an experiment with some data, then all sorts of analysis tests can be done on that experiment. The experiment and data should not be removed until after all tests are completed.
Change History (5)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
comment:4 by , 15 years ago
(In [5231]) References #1452: Refactor analysis test cases
Removed unused code from TestBaseFileExporterImporter.
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5228]) References #1452: Refactor analysis test cases
Added TestAnalysisUtil that is supposed to setup a generic experiment and some other info. Changed tests for the following to use it:
The BioAssaySetExporter tests have not yet been updated. It should be split into TestBaseFileExporterImporter and TestBfsExporterImporter tests.