yandex / yatagan

Dependency Injection framework based on Google's Dagger2 API, optimized for fast builds and for managing large graphs with optional dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write more `:lang`-level tests

Jeffset opened this issue · comments

As of now, the majority of test coverage is done by integration tests in :testings:tests. Yet :lang level deserves its own, more narrow, set of tests to ensure that all backends work identically. This way there'll be a possibility to remove some intergration tests that try to test :lang-specific quirks.

Some :lang tests are already written, need to complete the process.