flake8
failed.
JSHint
passed.
Review Request #9614 — Created Feb. 10, 2018 and submitted
CopyableTextInput
andListEditWidget
never had any unit tests, which
meant that issues weren't being caught when working on a port to Django
1.11.ConditionsWidget
had tests, but rendering wasn't being tested.This change adds some tests to ensure that basic rendering functionality
works for these widgets.
Unit tests pass.
Description | From | Last Updated |
---|---|---|
F841 local variable 'rendered' is assigned to but never used |
reviewbot |
Added missing bits that got rolled up into my git stash.