View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003395 | Composr testing platform / automation goals | [All Projects] General / Uncategorised | public | 2017-11-27 00:00 | 2017-11-29 03:23 |
Reporter | Chris Graham | Assigned To | Chris Graham | ||
Severity | Feature-request | ||||
Status | resolved | Resolution | fixed | ||
Summary | 0003395: Unit tests for hackerish addon overriding | ||||
Description | Addons may implement functionality via overrides that use str_replace on the original source file. Write an automated test that sees if these (no longer) match - to detect if our addons have broken. | ||||
Tags | No tags attached. | ||||
Time estimation (hours) | |||||
Sponsorship open | |||||
related to | 0002293 | closed | Chris Graham | Composr | Cleaner implementation of some particular ocProducts non-bundled addons |
|
Actually I'm doing via a code check, not a unit test. str_replace will be replaced with override_str_replace_exactly in the init functions, which checks a substitution actually happens correctly. Therefore during normal development of Composr (out of git), you'll know if any broken substitutions have been made. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-11-27 00:00 | Chris Graham | New Issue | |
2017-11-29 02:17 | Chris Graham | Relationship added | related to 0002293 |
2017-11-29 02:25 | Chris Graham | Note Added: 0005282 | |
2017-11-29 03:23 | Chris Graham | Status | non-assigned => resolved |
2017-11-29 03:23 | Chris Graham | Resolution | open => fixed |
2017-11-29 03:23 | Chris Graham | Assigned To | => Chris Graham |
2023-02-26 18:29 | Chris Graham | Category | General => General / Uncategorised |