Skip to content
Snippets Groups Projects
Commit d7339462 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

test

parent 70677b26
No related branches found
No related tags found
No related merge requests found
Pipeline #285 passed with stages
in 1 minute and 41 seconds
# coding=UTF-8
import unittest
class TestX(unittest.TestCase):
def test_wtf(self):
import your_project_source.erer
pass
\ No newline at end of file
# coding=UTF-8
"""
It sounds like a melody
"""
from __future__ import print_function, absolute_import, division
import six
import logging
logger = logging.getLogger(__name__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment