-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Feature - Reset threading lock at conftest #901
Conversation
b4913ae
to
9289f38
Compare
2877137
to
fe2e46f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if it helps improve the tests, but I still think the change makes sense
fd2c9b1
to
0dc29aa
Compare
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
5afd72f
to
c48b1f0
Compare
@@ -75,10 +77,7 @@ def run(self): | |||
pass | |||
except Exception as e: | |||
self._logger.exception(e) | |||
pass | |||
if self.stop_wait: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
shutil.rmtree(".taipy", ignore_errors=True) | ||
if os.path.exists(".my_data"): | ||
shutil.rmtree(".my_data", ignore_errors=True) | ||
for path in [".data", ".my_data", "user_data", ".taipy"]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.