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

Move tests and their dependencies to 'tests/' #44

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

ikalnytskyi
Copy link
Owner

It's sometimes inconvenient and not obvious enough that tests dependencies were listed in the CI pipeline, and duplicated between jobs. In order to make sure it's easy enough to install those locally, and make sure they ain't duplicated between jobs, we better move them into its own requirements.txt file.

Since requirements.txt is about tests, we also better isolated both requirements.txt and test_action.py in its own separate directory, the 'tests/' directory.

It's sometimes inconvenient and not obvious enough that tests
dependencies were listed in the CI pipeline, and duplicated between
jobs. In order to make sure it's easy enough to install those locally,
and make sure they ain't duplicated between jobs, we better move them
into its own requirements.txt file.

Since requirements.txt is about tests, we also better isolated both
requirements.txt and test_action.py in its own separate directory, the
'tests/' directory.
@ikalnytskyi ikalnytskyi merged commit 079b073 into master Aug 19, 2024
24 checks passed
@ikalnytskyi ikalnytskyi deleted the chore/test-requirements branch August 19, 2024 13:52
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