flake8
passed.
JSHint
passed.
Review Request #10939 — Created March 5, 2020 and submitted
Information | |
---|---|
david | |
rbintegrations | |
master | |
Reviewers | |
rbintegrations | |
Most of rbintegrations was written with Python 3's unicode changes in
mind, but there were still a couple problems, mostly in unit test
implementations. This change fixes those up.
Ran rbintegrations tests on both Python 2 and 3.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
we might want to compare against None directly, otherwise a u'' could slip in. |
|
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+12 -8) |
rbintegrations/idonethis/utils.py (Diff revision 2) |
---|
we might want to compare against
None
directly, otherwise au''
could slip in.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+14 -10) |