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 to run tests; fix erroring test for ChantEditSyllabificationView #1526

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

dchiller
Copy link
Contributor

@dchiller dchiller commented Jun 12, 2024

This PR adds a GitHub action that will run the django test suite when a PR is opened or new commits are pushed.

It also fixes an error in the ChantEditSyllabificationView. Version 1.1.0 of volpiano-display-utilties introduced an additional output to the syllabify_text function, which was not accounted for in the view.

Finally, during the course of fixing these issues, I ran into a build error having to do with how psycopg-binary was specified in pyproject.toml. With this PR, a specific version of that package is specified.

Closes #1524. Closes #1525.

@dchiller dchiller changed the title Add test runner Add GitHub action to run tests; fix erroring test for ChantEditSyllabificationView Jun 12, 2024
Copy link
Contributor

@lucasmarchd01 lucasmarchd01 left a comment

Choose a reason for hiding this comment

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

This is exciting!

@dchiller dchiller merged commit 6266757 into DDMAL:develop Jun 13, 2024
1 check passed
@dchiller dchiller deleted the add-test-runner branch June 13, 2024 15:56
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.

Add GitHub action for running test suite ChantEditSyllabificationViewTest fails
2 participants