Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
kiara_plugin.language_processing / tests / test_kiara_modules_default.py
Size: Mime:
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Tests for `kiara_plugin.language_processing` package."""

import pytest  # noqa

import kiara_plugin.language_processing


def test_assert():

    assert kiara_plugin.language_processing.get_version() is not None