Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TeBeGe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIF
TeBeGe
Repository
master
Select Git revision
Selected
master
Branches
2
renovate/bandit-1.x-lockfile
530
3 results
Show more breadcrumbs
tebege
tests
test_tebege.py
test_tebege.py
Find file
Blame
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
File actions
Find file
t
Blame
Copy permalink
y
Copy contents
Open raw
Download
3 years ago
b06e38e7
Commit often. Push daily. Ups...
· b06e38e7
Fabian Marquardt
authored
3 years ago
b06e38e7
History
Commit often. Push daily. Ups...
Fabian Marquardt
authored
3 years ago
Code owners
Assign users and groups as approvers for specific file changes.
Learn more.
test_tebege.py
87 B
1
2
3
4
5
6
from
tebege
import
__version__
def
test_version
():
assert
__version__
==
'
0.1.0
'