tezos-commons / baseDAO

BaseDAO - a generic smart contract framework for DAOs on Tezos
57 stars 15 forks source link

[#254] Move tests to submodules #267

Closed sras closed 3 years ago

sras commented 3 years ago

Description

Includes the following changes.

  1. Test.Ligo.BaseDAO.Proposal.Proposal is renamed to Test.Ligo.BaseDAO.Proposal.Propose
  2. Scenarios embedded in Test.Ligo.BaseDAO.Proposal is moved to Test.Ligo.BaseDAO.Proposal.Propose
  3. Scenarios embedded in Test.Ligo.BaseDAO.Management is moved to Test.Ligo.BaseDAO.Management.TransferOwnership

Related issue(s)

Resolves #254

:white_check_mark: Checklist for your Pull Request

Related changes (conditional)

Stylistic guide (mandatory)