Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/utgwkk/app-migratetotest2v0
- Owner: utgwkk
- License: other
- Created: 2021-02-16T14:03:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T13:47:51.000Z (over 3 years ago)
- Last Synced: 2024-10-15T01:11:53.382Z (24 days ago)
- Topics: perl
- Language: Perl
- Homepage: https://metacpan.org/pod/migrate-to-test2-v0
- Size: 82 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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