bokeh._version.get_versions

Here are the examples of the python api bokeh._version.get_versions taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 View Source File : test_version.py
License : MIT License
Project Creator : rthorst

    def test_basic(self):
        assert isinstance(buv.__version__, string_types)
        assert buv.__version__ == get_versions()['version']

class Test_base_version(object):