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

feat: Script to extract the filescodes that contain the tests #37

Merged
merged 6 commits into from May 13, 2024

Conversation

SoloSynth1
Copy link
Collaborator

This PR adds a code_analyzer module inside src/ which can be used to extract test files from a downloaded repo.

As for now only Python files would be scanned.

I have also updated environment.yml and README.md w.r.t. the changes.

Closes #35.

@SoloSynth1 SoloSynth1 self-assigned this May 7, 2024
@SoloSynth1 SoloSynth1 linked an issue May 7, 2024 that may be closed by this pull request
@SoloSynth1 SoloSynth1 added the enhancement New feature or request label May 7, 2024
Copy link
Collaborator

@JohnShiuMK JohnShiuMK left a comment

Choose a reason for hiding this comment

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

it seems working now, thanks @SoloSynth1

@JohnShiuMK JohnShiuMK merged commit 36223a4 into main May 13, 2024
@JohnShiuMK JohnShiuMK deleted the 35-extract-the-filescodes-that-contain-the-tests branch May 13, 2024 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extract the files/codes that contain the tests
2 participants