Skip to content

[#412] Move `InterpreterTest` to morley-test

Diogo Castro requested to merge diogo/#412-move-interpreter-test into master

Description

Because, historically, nettests had to be placed in their own executable, we had a single component cleveland-nettest where we placed all our nettests.

However, as of !613 (merged), this is no longer the case.

This MR moves the InterpreterTest suite from cleveland-nettest to morley-test, since the suite's purpose is to test the functionality in morley's Michelson.Interpret.

Related issue(s)

Resolves #412 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Diogo Castro

Merge request reports