Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python flask test-setup #112

Merged
merged 1 commit into from
May 25, 2023
Merged

Add Python flask test-setup #112

merged 1 commit into from
May 25, 2023

Conversation

luismiramirez
Copy link
Member

@luismiramirez luismiramirez commented May 23, 2023

Flask application with the three basic endpoints provided by other apps. It doesn't include any additional dependencies such as data storages or background job managers, but can be used as a base to add those to new apps.

Part of: appsignal/appsignal-python#9

Copy link
Contributor

@unflxw unflxw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(some nits, will review tomorrow when my brain is more working)

python/flask/app/app.py Outdated Show resolved Hide resolved
python/flask/app/appsignal_config.py Outdated Show resolved Hide resolved
python/flask/app/processmon.toml Outdated Show resolved Hide resolved
@unflxw unflxw self-requested a review May 23, 2023 15:49
Flask application with the three basic endpoints provided by other apps.
It doesn't include any additional dependencies such as data storages or
background job managers, but can be used as a base to add those to new
apps.
@luismiramirez luismiramirez merged commit bfcf96d into main May 25, 2023
1 check passed
@luismiramirez luismiramirez deleted the python-flask branch May 25, 2023 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants