updating tests with async_tests#934
Merged
crivetimihai merged 3 commits intomainfrom Sep 8, 2025
Merged
Conversation
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
crivetimihai
approved these changes
Sep 8, 2025
vk-playground
pushed a commit
to vk-playground/mcp-context-forge
that referenced
this pull request
Sep 14, 2025
* updating tests with async_tests Signed-off-by: Shoumi <shoumimukherjee@gmail.com> * ignore async in pre-commit Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Add async to makefile Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: Shoumi <shoumimukherjee@gmail.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
vk-playground
pushed a commit
to vk-playground/mcp-context-forge
that referenced
this pull request
Sep 14, 2025
* updating tests with async_tests Signed-off-by: Shoumi <shoumimukherjee@gmail.com> * ignore async in pre-commit Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Add async to makefile Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: Shoumi <shoumimukherjee@gmail.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
vk-playground
pushed a commit
to vk-playground/mcp-context-forge
that referenced
this pull request
Sep 16, 2025
* updating tests with async_tests Signed-off-by: Shoumi <shoumimukherjee@gmail.com> * ignore async in pre-commit Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Add async to makefile Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: Shoumi <shoumimukherjee@gmail.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🐛 Bug Fix: Move async_testing to tests/async
Closes #700
Summary
This PR addresses issue #700 by moving the
async_testingdirectory totests/asyncto improve project organization and align with standard testing directory structures.Changes Made
📁 File Structure Changes
async_testing/totests/async/async_testingdirectory⚙️ Configuration Updates
ASYNC_TEST_DIRvariable to point totests/async.github/workflows/asynctest.yml.inactiveplugin_templates/external/MANIFEST.in.jinja📦 Package Metadata
.egg-infodirectory to reflect new file locationsSOURCES.txtto correctly list files intests/async/async_testing/pathsFiles Affected
async_testing/→tests/async/(7 Python files + config.yaml)MakefileMANIFEST.inpyrightconfig.json.github/workflows/asynctest.yml.inactiveplugin_templates/external/MANIFEST.in.jinjamcp_contextforge_gateway.egg-info/SOURCES.txt(regenerated)Verification
async_testing/directory