igraph_test: Run package tests

View source: R/test.R

igraph_testR Documentation

Run package tests

Description

Runs all package tests.

Usage

igraph_test()

Details

The testthat package is needed to run all tests. The location tests themselves can be extracted from the package via system.file("tests", package="igraph").

This function simply calls the test_dir function from the testthat package on the test directory.

Value

Whatever is returned by test_dir from the testthat package.

Author(s)

Gabor Csardi csardi.gabor@gmail.com

See Also

Other test: igraph_version()


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.