subuser-security / subuser

Run programs on linux with selectively restricted permissions.
http://subuser.org
GNU Lesser General Public License v3.0
890 stars 65 forks source link

There should be more UTF-8 characters in the test suit #247

Closed timthelion closed 8 years ago

timthelion commented 9 years ago

Right now, there is no guarantee that UTF-8 characters work in things like subuser names. It is just not tested.

timthelion commented 8 years ago

Things that need to be tested:

In permissions.json

timthelion commented 8 years ago

Kind of changing this issue. Doctest doesn't support utf-8 well on python2. So this becomes more difficult: Re-writing the test suit...

timthelion commented 8 years ago

Unfortunately, it seems this also requires dropping support for python2. Ah well. Utf-8 is more important to me.