Skip to content
Snippets Groups Projects
test_bbbmon.py 92 B
Newer Older
  • Learn to ignore specific revisions
  • David Huss's avatar
    David Huss committed
    from bbbmon import __version__
    
    
    def test_version():
        assert __version__ == '0.1.0'