bokeh.util.version.base_version

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

1 Examples 7

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

    def test_returns_helper(self):
        with mock.patch('bokeh.util.version._base_version_helper') as helper:
            buv.base_version()
            assert helper.called

#-----------------------------------------------------------------------------
# Dev API
#-----------------------------------------------------------------------------

#-----------------------------------------------------------------------------
# Private API
#-----------------------------------------------------------------------------

class Test__base_version_helper(object):