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
8015cb7f
Commit
8015cb7f
authored
Nov 03, 2021
by
SETaratukhina
Browse files
Update test.py
parent
b3302857
Pipeline
#3926
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test.py
View file @
8015cb7f
...
...
@@ -2,7 +2,10 @@ import unittest
import
math
from
main
import
TAircraft
,
TMissle
,
RLS
def
test_Aircraft
(
self
):
class
test
(
unittest
.
TestCase
):
def
test_Aircraft
(
self
):
aircraft
=
TAircraft
(
10
,
27
,
16
,
math
.
pi
/
6
)
aircraft
.
T0
=
0
...
...
@@ -42,11 +45,3 @@ from main import TAircraft, TMissle, RLS
if
__name__
==
'__main__'
:
unittest
.
main
()
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