Skip to content

Instantly share code, notes, and snippets.

@Edouard-chin
Created July 19, 2018 04:28
Show Gist options
  • Save Edouard-chin/a56f2bc8dc2eb7175aacb67a34c30d8d to your computer and use it in GitHub Desktop.
Save Edouard-chin/a56f2bc8dc2eb7175aacb67a34c30d8d to your computer and use it in GitHub Desktop.
Deprecation Toolkit Whitelist
---
test_.trigger_raises_a_DeprecationRemoved_error_when_deprecations_are_removed:
- 'DEPRECATION WARNING: Foo'
- 'DEPRECATION WARNING: Bar'
test_.trigger_does_not_raise_when_deprecations_are_triggered_but_were_already_recorded:
- 'DEPRECATION WARNING: Foo'
- 'DEPRECATION WARNING: Bar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment