Skip to content
Snippets Groups Projects
Commit 2177bf55 authored by Anton Hansson's avatar Anton Hansson :ghost:
Browse files

Update tests/test_router.py, .gitlab-ci.yml

parent 35b94c3a
No related branches found
No related tags found
No related merge requests found
Pipeline #76565 passed
build: run_tests:
image: alpine stage: test
script: image: python:3.9
- echo "Hello" > index.html before_script:
artifacts: - pip install -r requirements.txt
paths: script:
- index-.html - python -m unittest discover tests
import unittest import unittest
from my_sum import sum
class TestSum(unittest.TestCase): class TestSum(unittest.TestCase):
def test_list_int(self): def test_list_int(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment