Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Optimise testing #474

@nrc

Description

@nrc

Testing is currently slow. I'm not really sure what is taking so much time. I think we should be able to improve things. Some ideas:

  • Don't use the unit testing framework (do something more custom where we can run a bunch of tests and handle setup/teardown ourselves)
  • Load test data from memory rather than disk, and keep it in memory between disks. This might mean mocking the VFS.
  • Investigate the various timeouts we're hitting

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions