T2117 - Stworzyć taski na brakujące testy

jakie statusy dla tych nowych tasków?

  1. Priority
  2. Tags
  3. Points
  4. każdy test ma być osobnym taskiem czy pogrupować

Możesz przygotować listę modułów do otestowania, których priorytety omówimy osobno przed wprowadzeniem ich jako taski

1 Like

W T2117, w komentarzach wypisałem co znalazłem, do testów i potencjalnego usunięcia. Jest też sporo nieużywanych funkcji i metod, one mają zostac?

(switching to English :v: )

In the task comments, you mention that some components are “unused” and suggest removing them - however, I believe they appear as unused because there are no tests that engage them. This is what is the main aim of this task - to write tests for things that are useful, but remain not used by any of the tests.

Then, one would have to look at what are the things not covered by tests, and consider if they should be tested (sometimes things are just pure data and there’s no point to testing it), and if so, how should they be tested:

  • what scenarios are not covered in tests?
  • how are similar modules tested in the repository?

With that information at hand, we’ll have more information to decide on the priorities