Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

build.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    test_tebege.py 87 B
    from tebege import __version__
    
    
    def test_version():
        assert __version__ == '0.1.0'