FM-17 / poglink

A bot that integrates the ARK Web API with Discord.
MIT License
12 stars 4 forks source link

Remove extra content from embed before sending #38

Closed FM-17 closed 2 years ago

FM-17 commented 2 years ago

Set include_extras=False by default and updated each failing test to have the expected output. I didn't check the integration tests as VScode wasn't able to find the tests/data directory, so I figured I'd let those test here for now until I have more time to look into that.

travipross commented 2 years ago

Set include_extras=False by default and updated each failing test to have the expected output. I didn't check the integration tests as VScode wasn't able to find the tests/data directory, so I figured I'd let those test here for now until I have more time to look into that.

Not sure why that would be the case, but perhaps the first time you set up the testing for this project you didn't configure the right test directory?

VS Code backs the settings in a file at .vscode/settings.json. Mine looks like this after the initial setup:

{
    "python.testing.pytestArgs": [
        "tests"
    ],
    "python.testing.unittestEnabled": false,
    "python.testing.pytestEnabled": true
}
github-actions[bot] commented 2 years ago

:tada: This PR is included in version 0.6.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: