Commit Graph

9 Commits

Author SHA1 Message Date
Pierre Sassoulas
8020641d2b Move from format() to f-string where it makes sense
As we do not maintain python 3.5 it permit to simplify some code
2021-02-16 07:53:15 +01:00
Marc Mueller
fada206eef Remove hash function
* Return none already implied, by overwriting __eq__ and not __hash__
2021-02-15 14:34:46 +01:00
Pierre Sassoulas
88fe6da03b Fix base class "object" defined __hash__ as "Callable[[object], int]" 2021-02-07 10:28:18 +01:00
Pierre Sassoulas
8e5660ccd9 Create a constant for version check and refactor existing one 2021-01-24 10:16:38 +01:00
Pierre Sassoulas
3c8fcab097 Better error message in case of Malformed functional tests 2021-01-24 10:16:38 +01:00
Pierre Sassoulas
276fe504e0 Column in functional test taken into account only from py3.8 2021-01-24 10:16:38 +01:00
Pierre Sassoulas
2827b3dd1d Add column to the information checked for functional tests 2021-01-24 10:16:38 +01:00
Pierre Sassoulas
b1f2204b17 Add an exception for malformed expected output in functional tests 2020-11-29 16:16:08 +01:00
Pierre Sassoulas
4ff93428b2 Create a file for Message/OutputLine 2020-11-29 11:59:49 +01:00