summary: wcwidth smoke test prepare: - name: Install packages how: install package: python3-wcwidth execute: how: tmt script: python3 -c 'from wcwidth import wcswidth; exit(0) if wcswidth("漢字") == 4 else exit(1)'