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

1-implement-testing-and-benchmarking #4

Merged
merged 9 commits into from
Mar 18, 2024

Conversation

rbasu101
Copy link
Contributor

@rbasu101 rbasu101 commented Mar 7, 2024

pyproject.toml:
Fixed version number
Added pytest-benchmark
Excluded pytest files from ruff check (TODO)

graph_app.py:
Fixed imports

test_dgidb:
Performed basic ruff formating fix
Added pytest-benchmark
Currently only one benchmark exists, one for get_interaction (TODO)

test_graph_app.py:
performed basic ruff formatting fix

rbasu101 and others added 6 commits February 5, 2024 16:53
 -Added version (Seems to fix an error in initiating environment)
 -Added two necessary dependent packages (Something to look into later)
pytest:
 -Readded test files to project

 Note:
    Currently, there are import errors involving the test files (To Fix)
pyproject.toml:
   Fixed version number
   Added pytest-benchmark
   Excluded pytest files from ruff check (TODO)

graph_app.py:
  Fixed imports

test_dgidb:
   Performed basic ruff formating fix
   Added pytest-benchmark
      Currently only one benchmark exists, one for get_interaction (TODO)

test_graph_app.py:
   performed basic ruff formatting fix
@rbasu101 rbasu101 linked an issue Mar 7, 2024 that may be closed by this pull request
Copy link
Contributor

@mcannon068nw mcannon068nw left a comment

Choose a reason for hiding this comment

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

tests run, looks good to me

@rbasu101 rbasu101 merged commit 20c832f into main Mar 18, 2024
4 checks passed
@rbasu101 rbasu101 deleted the 1-implement-testing-and-benchmarking branch March 18, 2024 21:33
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

Successfully merging this pull request may close these issues.

Implement Testing and Benchmarking
2 participants