-
Notifications
You must be signed in to change notification settings - Fork 26.7k
tests: modernize test format part 2 #1514
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
Conversation
There are issues in commit 4fcfc1e: |
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <johncai86@gmail.com>
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <johncai86@gmail.com>
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <johncai86@gmail.com>
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <johncai86@gmail.com>
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <johncai86@gmail.com>
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <johncai86@gmail.com>
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <johncai86@gmail.com>
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <johncai86@gmail.com>
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <johncai86@gmail.com>
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <johncai86@gmail.com>
67c0fca
to
c324ec0
Compare
/preview |
Preview email sent as pull.1514.git.git.1684598409.gitgitgadget@gmail.com |
/submit |
Submitted as pull.1514.git.git.1684599239.gitgitgadget@gmail.com To fetch this version into
To fetch this version to local tag
|
This branch is now known as |
This patch series was integrated into seen via f2a0cde. |
There was a status update in the "New Topics" section about the branch Test style updates. source: <pull.1514.git.git.1684599239.gitgitgadget@gmail.com> |
This patch series was integrated into seen via 6dee305. |
This patch series was integrated into seen via 6f9f017. |
This patch series was integrated into seen via 296019a. |
There was a status update in the "Cooking" section about the branch Test style updates. source: <pull.1514.git.git.1684599239.gitgitgadget@gmail.com> |
This patch series was integrated into seen via f3305b2. |
There was a status update in the "Cooking" section about the branch Test style updates. source: <pull.1514.git.git.1684599239.gitgitgadget@gmail.com> |
This patch series was integrated into seen via 60a6e06. |
This patch series was integrated into seen via f0abf99. |
There was a status update in the "Cooking" section about the branch Test style updates. source: <pull.1514.git.git.1684599239.gitgitgadget@gmail.com> |
This patch series was integrated into seen via 3bc8128. |
This patch series was integrated into seen via 0f457c7. |
There was a status update in the "Cooking" section about the branch Test style updates. Will merge to 'next'. source: <pull.1514.git.git.1684599239.gitgitgadget@gmail.com> |
This patch series was integrated into seen via 40c68e7. |
This patch series was integrated into next via e3ab8ee. |
This patch series was integrated into seen via 3bde467. |
This patch series was integrated into seen via fa79aff. |
There was a status update in the "Cooking" section about the branch Test style updates. Will merge to 'master'. source: <pull.1514.git.git.1684599239.gitgitgadget@gmail.com> |
This patch series was integrated into seen via 49215f0. |
This patch series was integrated into next via 41d3ed9. |
This patch series was integrated into next via 01df673. |
This patch series was integrated into seen via 038bcad. |
This patch series was integrated into seen via 5134eea. |
This patch series was integrated into seen via e7ed7e2. |
This patch series was integrated into seen via 098a191. |
This patch series was integrated into master via 098a191. |
This patch series was integrated into next via 098a191. |
Closed via 098a191. |
There are a number of tests that still follow an old convention of using four-space indentation. Update a bunch of tests to use the new convention with tab indentation.
This is a continued effort from [1]