Skip to content
Snippets Groups Projects
Commit 07f5ab18 authored by Guido Sterbini's avatar Guido Sterbini
Browse files

Delete test.py

parent 09699d2b
No related branches found
No related tags found
No related merge requests found
Pipeline #2731515 passed
import pytest
import tree_maker.NodeJob as nj
def test_method1():
x = 1
y = 2
assert x + y == 3
def test_sum_is_five():
assert nj.sum_is_five(1, 4) == True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment