Skip to content

Improve comprehensibility of test suite #70

@stevector

Description

@stevector

Goal: Make LCache library more comprehensible by splitting tests into separate test classes that each correspond to classes within LCache.

I think the expected behavior of L1s and L2s will be easier to understand if the test suite is broken apart such that it is easy to see which tests apply to which classes. I think test reuse (via inheritance or traits) will also produce more consistency and fewer bugs across implementations of L1s and L2s.

Work to be done:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions