Skip to content

Added conftest.jl by Porting From Stingray (Python) #15

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JawadAhmadCS
Copy link
Contributor

@JawadAhmadCS JawadAhmadCS commented Mar 12, 2025

Summary

  • Added src/conftest.jl to configure testing setup.
  • Updated test/runtests.jl to include conftest.jl.
  • Now, all tests will run properly.

Changes

  • Created conftest.jl
  • Updated runtests.jl to load conftest.jl before running tests

Testing

  • Run include("test/runtests.jl") in Julia REPL to verify everything is working correctly.
    image

This contribution is part of my efforts for Google Summer of Code (GSoC) 2025 to work on Spectral Timing in Julia. Contributing to Stingray.jl helps me gain codebase familiarity and deepen my understanding for meaningful GSoC contributions.

@JawadAhmadCS
Copy link
Contributor Author

Hey @matteobachetti ! I've added conftest.jl to streamline the testing process for Stingray.jl and updated runtests.jl accordingly. Now, all tests will automatically include version logging and proper test setup. Would love your feedback and suggestions! Let me know if anything needs improvement. Excited to contribute to this awesome project!

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.

1 participant