mirror of
https://github.com/Telecominfraproject/oopt-gnpy-api.git
synced 2026-01-27 10:21:47 +00:00
Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com> Change-Id: Idabe9dfdc1827bf88f614b66eef1546728b15c1f
11 lines
165 B
Python
11 lines
165 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
# @Author: Esther Le Rouzic
|
|
# @Date: 2025-02-03
|
|
|
|
|
|
def test_sample():
|
|
"""Just for the ci
|
|
"""
|
|
assert True
|