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

Gridpath .16 testing issue #1167

Open
MahavirSingh20 opened this issue Oct 21, 2024 · 0 comments
Open

Gridpath .16 testing issue #1167

MahavirSingh20 opened this issue Oct 21, 2024 · 0 comments

Comments

@MahavirSingh20
Copy link

After installing GridPath .16, while testing GridPath codebase with the below command
python -m unittest discover tests
following error occurred:
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E.E..........................................................

ERROR: tearDownClass (test_examples.TestExamples)

Traceback (most recent call last):
File "C:\Users\aniket.tiwari\PATH\TO\gridpath16\tests\test_examples.py", line 1288, in tearDownClass
os.remove(DB_PATH)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '../db\unittest_examples.db'

======================================================================
ERROR: setUpClass (test_viz.TestExamples)

Traceback (most recent call last):
File "C:\Users\aniket.tiwari\PATH\TO\gridpath16\tests\test_viz.py", line 59, in setUpClass
os.remove(DB_PATH)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '../db\unittest_examples.db'


Ran 739 tests in 434.492s

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

No branches or pull requests

1 participant