[PATCH 2/2] Add a message to run 'pytest' to run rest of test suite.

Amar Takhar amar at rtems.org
Sun Mar 15 23:57:17 UTC 2020


On 2020-03-16 09:20 +1100, Chris Johns wrote:
> 
> Is pytest installed by default?

No.  It's a separate package the Python has 'unittest' which is shipped by 
default.  For our usage pyttest is more flexible and will create concise code 
that is easy to contribute to.  The biggest reason is that it's more suited to 
our use.


> I do not think we need these message. The only people who build the tools by
> hand are developers working with the code and they should know to run the test
> suite if they touch the python code. Everybody else get the tools via the RSB
> with a tools build.

I'll remove it then.


Amar.


More information about the devel mailing list