hpi-swa-teaching / AutoTDD

AutoTDD with Travis-CI Support for Squeak (SWT21-04)
MIT License
10 stars 5 forks source link

Issue/48 Stop creation of empty testing entity #69

Closed SebastianWagner2 closed 3 years ago

SebastianWagner2 commented 3 years ago

Closes: #48 Contributes to: #65

Heavy Refactoring in GUI, creation of empty testing entity fixed

SebastianWagner2 commented 3 years ago

The signature of many methods has already been and will still be changed because of refactoring and raising the level of abstraction. As a result of this, tests using old methods/method signatures are now failing. I suggest fixing and writing tests after the architectural and inter-method refactoring is through.

kolioOtSofia commented 3 years ago

The signature of many methods has already been and will still be changed because of refactoring and raising the level of abstraction. As a result of this, tests using old methods/method signatures are now failing. I suggest fixing and writing tests after the architectural and inter-method refactoring is through.

I think it was gonna be nice to have the tests working, so that we can test whether we broke the old functionalities with our code, but I assume that we can also test this by clicking all the stuff. However, my suggestion would be to merge this PR last, so that we can have working tests till the end of the sprint.