Changes between Version 1 and Version 2 of Ticket #28823, comment 6


Ignore:
Timestamp:
Nov 23, 2017, 9:58:48 PM (7 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28823, comment 6

    v1 v2  
    1 Paolo, from my understanding top level setting deletion works just fine as documented. Try commenting out your `test_delete_foo` test and the currently failing one should just pass.
     1Paolo, from my understanding top level setting deletion works just fine as documented. Try commenting out your `test_delete_foo` test and the currently failing ones should pass.
    22
    33The issue you are experiencing here is that you are mutating a dict by deleting a key from your top level `MY_DATA` setting value which isn't documented to be working.
Back to Top