Fix up some unicode problems in rbintegrations.

Review Request #10939 — Created March 5, 2020 and submitted

Information

rbintegrations
master

Reviewers

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 ID
Fix up some unicode problems in 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. Testing Done: Ran rbintegrations tests on both Python 2 and 3.
7acc9b71e1509b765838ef078800b75c123e2310
Description From Last Updated

we might want to compare against None directly, otherwise a u'' could slip in.

chipx86chipx86
chipx86
  1. Ship It!

  2. 
      
david
chipx86
  1. 
      
  2. rbintegrations/idonethis/utils.py (Diff revision 2)
     
     
     
     
    Show all issues

    we might want to compare against None directly, otherwise a u'' could slip in.

  3. 
      
david
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (06797f4)
Loading...