Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 28, 2019 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/fe88e9c824b8442b600a5aafa91ac029 to your computer and use it in GitHub Desktop.
Save Whateverable/fe88e9c824b8442b600a5aafa91ac029 to your computer and use it in GitHub Desktop.
greppable6
File Code
CHSANCH/Lingua-Stopwords
…/META6.json :33:
"Testo",
CHSANCH/Lingua-Stopwords
…/01-basic.t :3:
use Testo;
FCO/SupplyTimeWindow
…/META6.json :15:
"Testo"
FCO/SupplyTimeWindow
…/02-use.t :1:
use Testo;
perl6-community-modules/perl6-Toaster
…/META6.json :19:
"Testo",
zoffixznet/perl6-Benchy
…/META6.json :10:
"Testo",
zoffixznet/perl6-Benchy
…/01-operation.t :2:
use Testo;
zoffixznet/perl6-Config-JSON
…/META6.json :13:
"Testo",
zoffixznet/perl6-Config-JSON
…/01-default.t :3:
use Testo;
zoffixznet/perl6-Config-JSON
…/02-custom-file-in-use.t :2:
use Testo;
zoffixznet/perl6-Config-JSON
…/03-custom-file-in-param.t :2:
use Testo;
zoffixznet/perl6-IO-CatHandle-AutoLines
…/META6.json :10:
"Testo",
zoffixznet/perl6-IO-CatHandle-AutoLines
…/01-CatHandle.t :2:
use Testo;
zoffixznet/perl6-IO-Dir
…/META6.json :10:
"Testo",
zoffixznet/perl6-IO-Dir
…/01-operation.t :2:
use Testo;
zoffixznet/perl6-IO-Path-ChildSecure
…/01-operation.t :7:
##### Testo
zoffixznet/perl6-IO-Path-ChildSecure
…/01-operation.t :56:
###### END Testo
zoffixznet/perl6-LN
…/META6.json :12:
"Testo",
zoffixznet/perl6-LN
…/01-ARGFILES.t :2:
use Testo;
zoffixznet/perl6-LN
…/02-imports.t :2:
use Testo;
zoffixznet/perl6-Proc-Q
…/META6.json :12:
"Testo",
zoffixznet/perl6-Proc-Q
…/01-basic.t :2:
use Testo;
zoffixznet/perl6-Proc-Q
…/02-tags.t :2:
use Testo;
zoffixznet/perl6-Proc-Q
…/03-in.t :2:
use Testo;
zoffixznet/perl6-Proc-Q
…/04-batch.t :2:
use Testo;
zoffixznet/perl6-Subsets-IO
…/META6.json :12:
"Testo",
zoffixznet/perl6-Subsets-IO
…/00-basics.t :3:
use Testo;
zoffixznet/perl6-Temp-Path
…/META6.json :13:
"Testo",
zoffixznet/perl6-Temp-Path
…/00.t :2:
use Testo;
zoffixznet/perl6-Temp-Path
…/01-make-temp-path.t :2:
use Testo;
zoffixznet/perl6-Temp-Path
…/02-make-temp-dir.t :2:
use Testo;
zoffixznet/perl6-Temp-Path
…/03-DESTROY.t :2:
use Testo;
zoffixznet/perl6-Temp-Path
…/04-to-IO-Path.t :2:
use Testo;
zoffixznet/perl6-Testo
…/.gitrepo :7:
remote = git@github.com:zoffixznet/perl6-Testo.git
zoffixznet/perl6-Testo
…/META6.json :3:
"name" : "Testo",
zoffixznet/perl6-Testo
…/META6.json :9:
"Testo" : "lib/Testo.pm6",
zoffixznet/perl6-Testo
…/META6.json :10:
"Testo::Tester": "lib/Testo/Tester.pm6",
zoffixznet/perl6-Testo
…/META6.json :11:
"Testo::Test::Result": "lib/Testo/Test/Result.pm6",
zoffixznet/perl6-Testo
…/META6.json :12:
"Testo::Out": "lib/Testo/Out.pm6",
zoffixznet/perl6-Testo
…/META6.json :13:
"Testo::Out::TAP" : "lib/Testo/Out/TAP.pm6",
zoffixznet/perl6-Testo
…/META6.json :14:
"Testo::Test": "lib/Testo/Test.pm6",
zoffixznet/perl6-Testo
…/META6.json :15:
"Testo::Test::Group": "lib/Testo/Test.pm6",
zoffixznet/perl6-Testo
…/META6.json :16:
"Testo::Test::Is": "lib/Testo/Test.pm6",
zoffixznet/perl6-Testo
…/META6.json :17:
"Testo::Test::IsEqv": "lib/Testo/Test.pm6",
zoffixznet/perl6-Testo
…/META6.json :18:
"Testo::Test::IsRun": "lib/Testo/Test.pm6"
zoffixznet/perl6-Testo
…/META6.json :22:
"support" : {"source" : "git://github.com/zoffixznet/perl6-Testo.git"}
zoffixznet/perl6-Testo
…/README.md :1:
Build Status
zoffixznet/perl6-Testo
…/README.md :5:
Testo - Perl 6 Testing Done Right
zoffixznet/perl6-Testo
…/README.md :10:
use Testo;
zoffixznet/perl6-Testo
…/README.md :51:
Testo is the New and Improved version of `Test.pm6` that you can use
zoffixznet/perl6-Testo
…/README.md :80:
Testo's workhorse you'll use for most testing. Performs the test using
zoffixznet/perl6-Testo
…/README.md :97:
Note that Testo does not provide several of [Test.pm6's
zoffixznet/perl6-Testo
…/README.md :182:
https://github.com/zoffixznet/perl6-Testo
zoffixznet/perl6-Testo
…/README.md :187:
https://github.com/zoffixznet/perl6-Testo/issues
zoffixznet/perl6-Testo
…/Testo.pm6 :1:
unit module Testo;
zoffixznet/perl6-Testo
…/Testo.pm6 :2:
use Testo::Tester;
zoffixznet/perl6-Testo
…/Testo.pm6 :4:
our $Tester is export = Testo::Tester.new;
zoffixznet/perl6-Testo
…/Testo.pm6 :11:
my $*Tester = Testo::Tester.new: group-level => 1+$outer-t.group-level;
zoffixznet/perl6-Testo
…/Out.pm6 :1:
unit role Testo::Out;
zoffixznet/perl6-Testo
…/Out.pm6 :2:
use Testo::Test::Result;
zoffixznet/perl6-Testo
…/Out.pm6 :3:
method put (Testo::Test::Result:D $test --> Testo::Test::Result:D) { … }
zoffixznet/perl6-Testo
…/TAP.pm6 :1:
use Testo::Out;
zoffixznet/perl6-Testo
…/TAP.pm6 :2:
unit class Testo::Out::TAP does Testo::Out;
zoffixznet/perl6-Testo
…/TAP.pm6 :3:
use Testo::Test::Result;
zoffixznet/perl6-Testo
…/TAP.pm6 :19:
method put (Testo::Test::Result:D $test --> Testo::Test::Result:D) {
zoffixznet/perl6-Testo
…/Test.pm6 :1:
unit package Testo::Test;
zoffixznet/perl6-Testo
…/Test.pm6 :2:
use Testo::Test::Result;
zoffixznet/perl6-Testo
…/Test.pm6 :13:
role Testo::Test {
zoffixznet/perl6-Testo
…/Test.pm6 :15:
has Testo::Test::Result $!result;
zoffixznet/perl6-Testo
…/Test.pm6 :23:
Testo::Test::Result.new: :$so, :$!desc,
zoffixznet/perl6-Testo
…/Test.pm6 :30:
class Group does Testo::Test {
zoffixznet/perl6-Testo
…/Test.pm6 :41:
class Is does Testo::Test {
zoffixznet/perl6-Testo
…/Test.pm6 :52:
class IsEqv does Testo::Test {
zoffixznet/perl6-Testo
…/Test.pm6 :67:
class IsRun does Testo::Test {
zoffixznet/perl6-Testo
…/Result.pm6 :1:
unit class Testo::Test::Result;
zoffixznet/perl6-Testo
…/Tester.pm6 :1:
unit class Testo::Tester;
zoffixznet/perl6-Testo
…/Tester.pm6 :2:
use Testo::Test;
zoffixznet/perl6-Testo
…/Tester.pm6 :3:
use Testo::Out;
zoffixznet/perl6-Testo
…/Tester.pm6 :5:
has Testo::Out $.out;
zoffixznet/perl6-Testo
…/Tester.pm6 :7:
has @.tests where .all ~~ Testo::Test;
zoffixznet/perl6-Testo
…/Tester.pm6 :11:
my $out = "Testo::Out::$format";
zoffixznet/perl6-Testo
…/Tester.pm6 :17:
Testo::Tester $tester,
zoffixznet/perl6-Testo
…/Tester.pm6 :21:
@!tests.push: my $test := Testo::Test::Group.new: :$tester, :$desc, :&group;
zoffixznet/perl6-Testo
…/Tester.pm6 :29:
Testo::Tester $tester,
zoffixznet/perl6-Testo
…/Tester.pm6 :36:
@!tests.push: my $test := Testo::Test::Group.new:
zoffixznet/perl6-Testo
…/Tester.pm6 :44:
@!tests.push: my $test := Testo::Test::Is.new: :$got, :$exp, :$desc;
zoffixznet/perl6-Testo
…/Tester.pm6 :49:
@!tests.push: my $test := Testo::Test::IsEqv.new: :$got, :$exp, :$desc;
zoffixznet/perl6-Testo
…/Tester.pm6 :56:
--> Testo::Test::Result:D
zoffixznet/perl6-Testo
…/Tester.pm6 :58:
my $test := Testo::Test::IsRun.new:
zoffixznet/perl6-Testo
…/01-is.t :2:
use Testo;
zoffixznet/perl6-Testo
…/02-is-eqv.t :2:
use Testo;
zoffixznet/perl6-Testo
…/03-group.t :2:
use Testo;
zoffixznet/perl6-Testo
…/04-is-run.t :2:
use Testo;
zoffixznet/perl6-WWW-P6lert
…/META6.json :12:
"Testo",
zoffixznet/perl6-WWW-P6lert
…/00-basics.t :3:
use Testo;
zoffixznet/perl6-WhereList
…/META6.json :10:
"Testo",
zoffixznet/perl6-WhereList
…/01-basic.t :2:
use Testo;
zoffixznet/perl6-p6lert
…/META6.json :14:
"Testo",
zoffixznet/perl6-p6lert
…/00-basics.t :4:
use Testo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment