test/

directory
v0.13.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2022 License: MIT

README

Equinox tests

These tests are meant to be run manually.

Integration

The objective of these tests is to test some methods from different games against the live Riot Games API, making sure the different http methods are working as intended.

Run tests using:

RIOT_GAMES_API_KEY=RGAPI... go test -v -tags=integration ./test/integration

or if using PowerShell:

$env:RIOT_GAMES_API_KEY="RGAPI..."; go test -v -tags=integration ./test/integration; Remove-Item Env:RIOT_GAMES_API_KEY

Directories

Path Synopsis
This package only contains integration tests.
This package only contains integration tests.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL