Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
created flight interface module #3
created flight interface module #3
Changes from 14 commits
99024a9
18b2893
2f82a1b
850da7a
8bb801e
5c88f71
a4b9a0f
88006d2
fb447f0
841080f
da5e3bc
28f1d36
2db85c5
000dd72
0dda125
7341fa7
85dd3d7
6130258
49400c9
f082218
d08bf76
720a21b
374c95a
a556d68
c44f8b3
3cbb857
7e8e688
fc4f4c9
89f1d47
f1b5fa6
bfc099f
178ffa3
26ccf35
5a0bdb0
5f5265a
0af4028
acec4b1
6bbe84b
e43863d
9bf0e4d
d03d585
f9b1a29
77e430c
4eae193
e29414a
146fead
2fcd90c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
place these within the call to make it clear it's the args for this specific process
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
follow the test set up convention:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't having prints in tests because we don't look at this output, unit tests are always assertions, this function can be part of the integration test
This file was deleted.