-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,6 +121,7 @@ def test_feature_entry_to_json_basic__normal(self): | |
'by': '[email protected]', | ||
'when': expected_date | ||
}, | ||
'accurate_as_of': expected_date, | ||
'standards': { | ||
'spec': 'https://example.com/spec', | ||
'maturity': { | ||
|
@@ -206,6 +207,7 @@ def test_feature_entry_to_json_basic__feature_release(self): | |
'by': '[email protected]', | ||
'when': expected_date | ||
}, | ||
'accurate_as_of': expected_date, | ||
'standards': { | ||
'spec': 'https://example.com/spec', | ||
'maturity': { | ||
|
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