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 build action #289

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Add build action #289

wants to merge 6 commits into from

Conversation

apotterri
Copy link
Collaborator

No description provided.

Remove our bespoke test server management, use pytest-xprocess instead.
Ensures that pytest doesn't hang if a test fails, and that the tests run
correctly in VS Code (maybe also on Windows, still to be determined).

Also fixes a couple of issues identified by pylint.
Add support for the FastAPI framework. Load it automatically when
uvicorn is run with a FastAPI app.
Create a log file by default, messages at INFO and above to it. Provide
the env var APPMAP_DISABLE_LOG_FILE to instead log (at WARNING, by
default) to stderr.
@apotterri apotterri force-pushed the gh-workflow_20240312 branch 4 times, most recently from 9863ce1 to e03dfe7 Compare March 14, 2024 08:57
Instead of trying to use bash directly, run the test servers using a
script. This works around quoting and path resolution issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant