-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #335 from tangkong/bug_xfer_default
BUG: fix happi transfer default handling
- Loading branch information
Showing
4 changed files
with
120 additions
and
22 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
docs/source/upcoming_release_notes/335-bug_xfer_default.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
335 bug_xfer_default | ||
#################### | ||
|
||
API Changes | ||
----------- | ||
- N/A | ||
|
||
Features | ||
-------- | ||
- N/A | ||
|
||
Bugfixes | ||
-------- | ||
- Fixes bug where `happi transfer` was not filling default values properly | ||
- Fixes conftest.trim_split_output, which was effectively a no-op. Touches up affected tests | ||
|
||
Maintenance | ||
----------- | ||
- Tests modified to no longer assert stdout matches expected strings. Rather the effect of the | ||
command being tested is verified independently. The `assert_match_expected` helper is still | ||
used, but will now print mismatches instead of asserting them. | ||
|
||
Contributors | ||
------------ | ||
- tangkong |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters