Adeynack (David)
Adeynack (David)
# Actual situation When a `should throw the exception` fails, the message states: ``` Expected foo.bar.TheExpectedException to be thrown expected: but was: ``` Then I can see the stack trace...
The order in multiple selects is not kept. It always re-orders in alphabetical order after selection. - Is it the expected behavior or a bug? - Is there any way...
I get that error when running the script: ``` File "./git-graph", line 34 print(message, file=sys.stderr) ^ ``` My version of Python: 3.4.2, on the Mac
Fixes #164 Adds the configuration `position_of_column_comment`, now defaults to `with_name` (already existing behavior), and can also be set to `rightmost_column`. There was a bit of moving code around involved, as...
## Prelude This feature was implemented by me in [annotate_models](https://github.com/ctran/annotate_models) in those PRs: [#988](https://github.com/ctran/annotate_models/pull/988) and [#999](https://github.com/ctran/annotate_models/pull/999). Since that other GEM does not seem to be maintained anymore, I am considering...