Skip to content
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

Makefile refactoring. #265

Merged
merged 3 commits into from
Nov 15, 2018
Merged

Makefile refactoring. #265

merged 3 commits into from
Nov 15, 2018

Conversation

trironkk
Copy link
Collaborator

@trironkk trironkk commented Nov 14, 2018

Moved python testing to testing.Makefile and reformatted dependencies.

@trironkk trironkk self-assigned this Nov 14, 2018
@trironkk trironkk requested a review from huyhg November 14, 2018 22:51
Copy link
Contributor

@huyhg huyhg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

testing.Makefile Outdated
@@ -76,10 +72,44 @@ testing/marketplace/deployer/envsubst: \
.testing/marketplace/deployer/envsubst/standard


.PHONY: testing/all
testing/all: \
.PHONY: testing/integration
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer test/integration and test/py, or tests/integration. testing makes sense in this context since that's the name of the Makefile. Would recommend consider tests--and renaming accordingly.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed to tests/*.

testing.Makefile Outdated
PYTHON_TEST_TARGETS = $(foreach f,$(PYTHON_TEST_DIRS),$(f).__pytest__)


.PHONY: test/py
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be testing/py to match the following target

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good eye. :)

@trironkk trironkk merged commit 6df9ff6 into master Nov 15, 2018
@trironkk trironkk deleted the trironkk/dev/b/10 branch November 15, 2018 01:17
NimishC pushed a commit that referenced this pull request Oct 16, 2019
* Makefile refactoring.

* Remove references to .build/marketplace/delete_deprecated.

* Rename testing* to tests*.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants