Skip to content

Refactor tests #101

@claucece

Description

@claucece

Why

A library should be correctly tested.

Reference

Please, refer to the test folder.

Tasks

  • Understand the scope of the test and remove what does not correspond to it.
  • Focus on creating tests that test overall functionality rather than unit test.
  • Think about what to expose for tests.
  • Check the variable names.
  • Remove repeated tests.
  • Remove or decide what to do with test test_api_messaging.
  • Check that everywhere real functionality is used: API tests should test the API, and not use "unit-like" functions on them.

Open questions

None.

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIimportance mediumAn issue that is medium level importance. It's good to have but not 100% necessary.library-issues

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions