def test_get_livy_kind_covers_all_langs():
    for lang in Constants.lang_supported:
        RemoteSparkMagics._get_livy_kind(lang)