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:
image: alpine
script:
- echo "Hello" > index.html
artifacts:
paths:
- index-.html
run_tests:
stage: test
image: python:3.9
before_script:
- pip install -r requirements.txt
script:
- python -m unittest discover tests
import unittest
from my_sum import sum
class TestSum(unittest.TestCase):
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