IntersectMBO/cardano-base

Move Test modules

Open

#641 opened on Apr 6, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Haskell (55 forks)auto 404
good first issuetechnical debt

Repository metrics

Stars
 (105 stars)
PR merge metrics
 (PR metrics pending)

Description

Current module prefix that is used in testing is inconsistently named: Test.Crypto.*

All modules need to be renamed to Test.Cardano.Crypto.* and deprecated modules reinstated in a separate commit with re-exports and deprecation pragmas.

Contributor guide