Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/utgwkk/app-migratetotest2v0

Migrate your tests from Test::More to Test2::V0
https://github.com/utgwkk/app-migratetotest2v0

perl

Last synced: 9 days ago
JSON representation

Migrate your tests from Test::More to Test2::V0

Awesome Lists containing this project

README

        

# NAME

migrate-to-test2-v0 - Migrate your tests from Test::More to Test2::V0

# SYNOPSIS

migrate-to-test2-v0 path/to/your/test.t

# DESCRIPTION

migrate-to-test2-v0 makes test codes written with [Test::More](https://metacpan.org/pod/Test%3A%3AMore) and [Test::Deep](https://metacpan.org/pod/Test%3A%3ADeep) (and so on)
compatible with [Test2::V0](https://metacpan.org/pod/Test2%3A%3AV0).

# LICENSE

Copyright (C) utgwkk.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

utgwkk