Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SETaratukhina
RLS
Commits
effecf36
Commit
effecf36
authored
Nov 09, 2021
by
SETaratukhina
Browse files
Update test.py
parent
acf5bccc
Pipeline
#3940
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test.py
View file @
effecf36
...
...
@@ -41,7 +41,7 @@ class test(unittest.TestCase):
for
line
in
f
:
lines
.
append
(
line
)
f
.
close
()
true_lines
=
[
'0.1; Missle #2; D = 464.0073665758564; Az = 0.632410796304605
1
\n
'
]
true_lines
=
[
'0.1; Missle #2; D = 464.0073665758564; Az = 0.632410796304605
\n
'
]
self
.
assertEqual
(
lines
,
true_lines
)
print
(
'All tests passed correctly!'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment