Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csp-lmc-subelement-old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Gianluca Marotta
csp-lmc-subelement-old
Commits
e5c14b84
Commit
e5c14b84
authored
6 years ago
by
Matteo04052017
Browse files
Options
Downloads
Patches
Plain Diff
.
parent
47536ad3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#10784
passed
6 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_ska_skeleton.py
+0
-13
0 additions, 13 deletions
tests/test_ska_skeleton.py
with
0 additions
and
13 deletions
tests/test_ska_skeleton.py
+
0
−
13
View file @
e5c14b84
...
...
@@ -36,16 +36,3 @@ def test_package():
"""
Example: Assert the ska_skeleton package code.
"""
assert
ska_skeleton
.
example
()
is
None
assert
ska_skeleton
.
testing_example
()
==
2
def
test_code_climate
():
lower
=
900
upper
=
1000
print
(
"
Prime numbers between
"
,
lower
,
"
and
"
,
upper
,
"
are:
"
)
for
num
in
range
(
lower
,
upper
+
1
):
if
num
>
1
:
for
i
in
range
(
2
,
num
):
if
(
num
%
i
)
==
0
:
break
else
:
print
(
num
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment