-
Notifications
You must be signed in to change notification settings - Fork 64
RSDK-3587 Add navigation service #363
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
RSDK-3587 Add navigation service #363
Conversation
cdc0b1a
to
5903f3f
Compare
_test_watch: | ||
poetry run ptw . | ||
|
||
test_watch: | ||
poetry run $(MAKE) _test_watch | ||
|
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.
not strictly necessary, but made adding tests much more ergonomic
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.
The difference between the _
and non-underscored versions should be that the underscored version should be the naked command (without poetry run
), and the non-underscored version should run the _underscored
version with poetry run
.
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.
whoops - good catch
_test_watch: | ||
poetry run ptw . | ||
|
||
test_watch: | ||
poetry run $(MAKE) _test_watch | ||
|
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.
The difference between the _
and non-underscored versions should be that the underscored version should be the naked command (without poetry run
), and the non-underscored version should run the _underscored
version with poetry run
.
No description provided.