summaryrefslogtreecommitdiff
path: root/src/tests/test.py
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-09-06 14:15:44 +0530
committerGitHub <noreply@github.com>2024-09-06 14:15:44 +0530
commite8534587f32b46359d496db26eb8cb46d6ab37c5 (patch)
treebd91e87c2c57730905c0df9078d8d9c5c9a78622 /src/tests/test.py
parent2dd73ddef5a8f19d7176140dd079e769d2914280 (diff)
downloadvyos-workflow-test-temp-e8534587f32b46359d496db26eb8cb46d6ab37c5.tar.gz
vyos-workflow-test-temp-e8534587f32b46359d496db26eb8cb46d6ab37c5.zip
Test
Diffstat (limited to 'src/tests/test.py')
-rw-r--r--src/tests/test.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tests/test.py b/src/tests/test.py
deleted file mode 100644
index 46803bd..0000000
--- a/src/tests/test.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from typing import List
-
-import os
-
-def sum_even_numbers(numbers: List[int]) -> int:
- """Given a list of integers, return the sum of all even numbers in the list."""
- return sum(num for num in numbers if num % 2 == 0) \ No newline at end of file