kayn
kayn copied to clipboard
Integration Tests
Create more integration tests that work off fixtures (values do not have to be exactly equal. for example, if a fixture has a summoner that was level 30, but they are now 31, you can simply assert restApiData.level >= fixture.level).
These tests will not be ran on Travis due to hanging, but this is fine as the tests can just be ran locally for anyone interested.