i/if_ignore cleanup (#377)

* does not have an i_ignore function, don't mention it in the docs

* these interfaces don't even exist on oneaccess

remove i_ignore, mark tests as complete now

* don't see a reason for a function, so remove it:

sub i_ignore {return;}
This commit is contained in:
nick n
2021-10-07 14:19:32 +02:00
committed by GitHub
parent 0e75c44cb8
commit fbfa2ec154
4 changed files with 0 additions and 49 deletions

View File

@@ -33,14 +33,6 @@ use Test::Class::Most parent => 'My::Test::Class';
use SNMP::Info::Layer3::OneAccess;
# Remove this startup override once we have full method coverage
sub startup : Tests(startup => 1) {
my $test = shift;
$test->SUPER::startup();
$test->todo_methods(1);
}
sub setup : Tests(setup) {
my $test = shift;
$test->SUPER::setup;