Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ceph-volume tests create a test file for checking unicode output
Signed-off-by: Alfredo Deza <adeza@redhat.com>
  • Loading branch information
Alfredo Deza committed Sep 10, 2019
1 parent 595e492 commit 7919635
Showing 1 changed file with 5 additions and 0 deletions.
@@ -0,0 +1,5 @@
import os
from ceph_volume import terminal

char = os.environ.get('INVALID')
terminal.stdout(char)

0 comments on commit 7919635

Please sign in to comment.