hatepoint / phrases-hyperskill-tests

0 stars 1 forks source link

add PhrasesUnitTest, TestDatabaseFactory, assertListItems, notificatificationManager #1

Closed RedJocker closed 1 year ago

RedJocker commented 1 year ago

AbstractUnitTest<-PhrasesUnitTest<-StageUnitTest

AbstractUnitTest - general test methods, properties (something that could become a part of a library, make docstrings for every item) PhrasesUnitTest - methods, properties that are specific to this project ( views, recurring assertions, util functions, etc..) StageUnitTest - only @Test methods