Skip to content

Commit

Permalink
Move test requirements to Testing section
Browse files Browse the repository at this point in the history
  • Loading branch information
rra committed Apr 5, 2020
1 parent 21f3072 commit e81d29a
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 48 deletions.
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
.github/workflows/build.yaml
.gitignore
Changes
cpanfile
docs/metadata/blurb
docs/metadata/description
docs/metadata/metadata.json
docs/metadata/notices
docs/metadata/quote
docs/metadata/README
docs/metadata/requirements
docs/metadata/test/suffix
examples/generate-colors
lib/Term/ANSIColor.pm
LICENSE
Expand Down
32 changes: 16 additions & 16 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,6 @@ REQUIREMENTS
module documentation. If you have any additions to the table in the
documentation, please send them to me.

The following additional Perl modules will be used by the test suite if
present:

* Devel::Cover
* Test::MinimumVersion
* Test::Perl::Critic
* Test::Pod
* Test::Pod::Coverage
* Test::Spelling
* Test::Strict
* Test::Synopsis
* Test::Warn

All are available on CPAN. Those tests will be skipped if the modules
are not available.

BUILDING AND INSTALLATION

Term::ANSIColor uses ExtUtils::MakeMaker and can be installed using the
Expand All @@ -99,6 +83,22 @@ TESTING

prove -vb <path-to-test>

The following additional Perl modules will be used by the test suite if
present:

* Devel::Cover
* Test::MinimumVersion
* Test::Perl::Critic
* Test::Pod
* Test::Pod::Coverage
* Test::Spelling
* Test::Strict
* Test::Synopsis
* Test::Warn

All are available on CPAN. Those tests will be skipped if the modules
are not available.

To enable tests that don't detect functionality problems but are used to
sanity-check the release, set the environment variable RELEASE_TESTING
to a true value. To enable tests that may be sensitive to the local
Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,6 @@ For a terminal emulator compatibility list, see the Term::ANSIColor module
documentation. If you have any additions to the table in the
documentation, please send them to me.

The following additional Perl modules will be used by the test suite if
present:

* Devel::Cover
* Test::MinimumVersion
* Test::Perl::Critic
* Test::Pod
* Test::Pod::Coverage
* Test::Spelling
* Test::Strict
* Test::Synopsis
* Test::Warn

All are available on CPAN. Those tests will be skipped if the modules are
not available.

## Building and Installation

Term::ANSIColor uses ExtUtils::MakeMaker and can be installed using the
Expand Down Expand Up @@ -109,6 +93,22 @@ If a test vails, you can run a single test with verbose output via:
prove -vb <path-to-test>
```

The following additional Perl modules will be used by the test suite if
present:

* Devel::Cover
* Test::MinimumVersion
* Test::Perl::Critic
* Test::Pod
* Test::Pod::Coverage
* Test::Spelling
* Test::Strict
* Test::Synopsis
* Test::Warn

All are available on CPAN. Those tests will be skipped if the modules are
not available.

To enable tests that don't detect functionality problems but are used to
sanity-check the release, set the environment variable `RELEASE_TESTING`
to a true value. To enable tests that may be sensitive to the local
Expand Down
16 changes: 0 additions & 16 deletions docs/metadata/requirements
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,3 @@ work, as they do not even attempt to support ANSI X3.64.
For a terminal emulator compatibility list, see the Term::ANSIColor module
documentation. If you have any additions to the table in the
documentation, please send them to me.

The following additional Perl modules will be used by the test suite if
present:

* Devel::Cover
* Test::MinimumVersion
* Test::Perl::Critic
* Test::Pod
* Test::Pod::Coverage
* Test::Spelling
* Test::Strict
* Test::Synopsis
* Test::Warn

All are available on CPAN. Those tests will be skipped if the modules are
not available.
15 changes: 15 additions & 0 deletions docs/metadata/test/suffix
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
The following additional Perl modules will be used by the test suite if
present:

* Devel::Cover
* Test::MinimumVersion
* Test::Perl::Critic
* Test::Pod
* Test::Pod::Coverage
* Test::Spelling
* Test::Strict
* Test::Synopsis
* Test::Warn

All are available on CPAN. Those tests will be skipped if the modules are
not available.

0 comments on commit e81d29a

Please sign in to comment.