GNU Astronomy Utilities - Tasks: task #15910, Auto-completion: Add tests
You are not allowed to post comments on this tracker with your current authentication level.
task #15910: Auto-completion: Add tests
Submitter: | Pedram Ashofteh-Ardakani <pedram> | ||
Submitted: | Thu 04 Mar 2021 06:51:06 PM UTC | ||
Should Start On: | Thu 04 Mar 2021 12:00:00 AM UTC | Should be Finished on: | Thu 04 Mar 2021 12:00:00 AM UTC |
Category: | None | Priority: | 5 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Percent Complete: | 0% |
Assigned to: | None | Open/Closed: | Open |
Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-03-04 | pedram | Carbon-Copy | - | ![]() |
Added makhlaghi |
We should have a tool to test the auto-completion scripts while they are under development. This ensures backward compatibility. We should not break previous behavior and some rare cases that might come up. Obviously, developers might forget to test a special case, or they might not have the time to test all the test cases right after each minute change in code.
I have found a post by brbsix that tackles the very same issue. This looks like a neat approach to write bash auto-completion tests.