Skip to content

tns test init --help doesn't show the available unit testing frameworks #5151

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

Merged
merged 2 commits into from
Nov 21, 2019

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Nov 21, 2019

tns test init --help doesn't show the available unit testing frameworks as the constant constants.TESTING_FRAMEWORKS that is used from the test-init.md file was deleted. On the other side, test-dependencies.json file was introduced in order to list all supported frameworks. So, this PR gets the supported unit testing framework names from test-dependencies.json file and prints them from test-init.md file.

Rel to: #5113

PR Checklist

What is the current behavior?

What is the new behavior?

Fixes/Implements/Closes #[Issue Number].

…orks as the constant `constants.TESTING_FRAMEWORKS` that is used from the `test-init.md` file was deleted. On the other side, `test-dependencies.json` file was introduced in order to list all supported frameworks. So, this PR gets the supported unit testing framework names from `test-dependencies.json` file and prints them from `test-init.md` file.

Rel to: #5113
@cla-bot cla-bot bot added the cla: yes label Nov 21, 2019
@Fatme Fatme added this to the 6.3.0 milestone Nov 21, 2019
@Fatme Fatme self-assigned this Nov 21, 2019
@Fatme Fatme added the bug label Nov 21, 2019
@Fatme Fatme merged commit f3b4be8 into master Nov 21, 2019
@Fatme Fatme deleted the fatme/fix-test-init-help branch November 21, 2019 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants