project-generator / project_generator

Project generators for various embedded tools (IDE). IAR, uVision, Makefile, CoIDE, Eclipse and many more in the roadmap!
Apache License 2.0
272 stars 95 forks source link

Rename nose-specific setup function #512

Closed knowledgejunkie closed 9 months ago

knowledgejunkie commented 9 months ago

Rename setup() to setUp() and add a tearDown() function in keeping with other unittest tests.