Skip to content

[MNT] simplify CI specs#114

Merged
SimonBlanke merged 3 commits into
hyperactive-project:masterfrom
fkiraly:simplify-tests
May 5, 2025
Merged

[MNT] simplify CI specs#114
SimonBlanke merged 3 commits into
hyperactive-project:masterfrom
fkiraly:simplify-tests

Conversation

@fkiraly

@fkiraly fkiraly commented May 5, 2025

Copy link
Copy Markdown
Collaborator

This PR simplifies the CI specs - and potential diagnostics - by moving them to a single file.

This does not directly address #83 - but it should make diagnosing it easier.

Comment thread .github/workflows/test.yml Outdated

- name: Test with pytest
run: |
python -m pytest src/hyperactive -p no:warnings

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

It seems pytest does not find the test files. Running python -m pytest tests in this line instead should do the trick.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

oh, this is copy-pasted from #110 which has files there.

This PR of course does not have files there.

@SimonBlanke SimonBlanke left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Request changes: fix pytest cmd

@fkiraly fkiraly requested a review from SimonBlanke May 5, 2025 13:45
@fkiraly

fkiraly commented May 5, 2025

Copy link
Copy Markdown
Collaborator Author

fixed (I hope)

@SimonBlanke SimonBlanke left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

nice!

@SimonBlanke SimonBlanke merged commit db5dc3f into hyperactive-project:master May 5, 2025
11 of 16 checks passed
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.

2 participants