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

Add GitHub action for hatch test #39

Merged
merged 23 commits into from
Jul 17, 2024
Merged

Add GitHub action for hatch test #39

merged 23 commits into from
Jul 17, 2024

Conversation

xiyan128
Copy link
Contributor

Resolves #16

Added an action to run hatch test which runs the unit tests with various python versions.

@duolingo
Copy link

duolingo bot commented Jul 17, 2024

⚠️ Alek Binion is OOO tomorrow. Consider assigning someone else instead.

Copy link
Contributor

@biniona biniona left a comment

Choose a reason for hiding this comment

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

look good (with one blocker to merge)

pyproject.toml Outdated Show resolved Hide resolved
@duolingo duolingo bot unassigned biniona Jul 17, 2024
Co-authored-by: Alek Binion <[email protected]>
@xiyan128 xiyan128 merged commit 95e9df4 into master Jul 17, 2024
6 checks passed
@duolingo
Copy link

duolingo bot commented Jul 17, 2024

⚠️ @biniona @mmchenry-duolingo please take a look at these post-approval changes

diff --git a/pyproject.toml b/pyproject.toml
index 0da7a5f..99e0bb5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ name = "minject"
 description = "A small dependency injection library for Python."
 classifiers = ['Development Status :: 4 - Beta']
 dynamic = ["version"]
-authors = [{ name = "Matt McHenry", email = "[email protected]" }, { name = "Alek Binion", email = "[email protected]" }, { name = "Service Framework Team", email = "[email protected]" }]
+authors = [{ name = "Matt McHenry", email = "[email protected]" }, { name = "Alek Binion", email = "[email protected]" }, { name = "Xiyan Shao", email = "[email protected]"}, { name = "Service Framework Team", email = "[email protected]" }]
 requires-python = ">=3.7"
 
 dependencies = [

duolingo bot added a commit that referenced this pull request Jul 17, 2024
duolingo bot added a commit that referenced this pull request Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Run Tests As CI Check
3 participants