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

(SP:1) Safe Test Runner for Mongoose Models #1036

Closed
Mike-Popovych opened this issue Dec 9, 2024 · 0 comments · Fixed by #1070
Closed

(SP:1) Safe Test Runner for Mongoose Models #1036

Mike-Popovych opened this issue Dec 9, 2024 · 0 comments · Fixed by #1070
Assignees

Comments

@Mike-Popovych
Copy link
Contributor

Description

Implement a file for running safe tests on Mongoose models. This script ensures that modification commands (e.g., insert, update, delete) are disabled during test execution by overriding the command method in the database connection. This helps maintain a read-only mode for testing, reducing risks during the testing process.

@Mike-Popovych Mike-Popovych self-assigned this Dec 9, 2024
@github-project-automation github-project-automation bot moved this to Project Backlog in SpaceToStudy Dec 9, 2024
@Mike-Popovych Mike-Popovych linked a pull request Dec 17, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Project Backlog to Done in SpaceToStudy Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant