You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know, there are two kinds of test cases in the codebase. The classical unit tests and the ones used to provide a sample usage for the features. This latest one show some similarity to automatic end-user or integration tests. Currently, these are mixed into the same module (into the same py file). My suggestion is to move these later ones into their dedicated module and specify their development processes' roles more clearly.
The text was updated successfully, but these errors were encountered:
copernico
changed the title
Move unit tests in there specific module based on their goals
Move unit tests in their specific module based on their goals
Oct 29, 2021
As far as I know, there are two kinds of test cases in the codebase. The classical unit tests and the ones used to provide a sample usage for the features. This latest one show some similarity to automatic end-user or integration tests. Currently, these are mixed into the same module (into the same py file). My suggestion is to move these later ones into their dedicated module and specify their development processes' roles more clearly.
The text was updated successfully, but these errors were encountered: