DevOps-MBSE / AaC

Prototype Arch-as-Code
https://devops-mbse.github.io/AaC/
MIT License
28 stars 8 forks source link

📋 [TASK] - Improve Tests in In/Out Unit Tests #848

Closed lizzcondrey closed 3 weeks ago

lizzcondrey commented 3 months ago

Parent Feature

844

Task Description

As an AaC Test Developer, I want to remove nose2 usage from my unit tests, so that I can more easily use pytest and VSCode for debugging unit tests.

Acceptance Criteria

Unresolved questions

No response

jasoncbryant commented 3 weeks ago

Replaced nose2 with parameterized test sets for both success and fail cases. Some unexpected results documented in https://github.com/DevOps-MBSE/AaC/issues/880