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

Fix test_bibtex unit test #395

Open
1 task
arunkannawadi opened this issue Feb 4, 2022 · 0 comments
Open
1 task

Fix test_bibtex unit test #395

arunkannawadi opened this issue Feb 4, 2022 · 0 comments
Labels
bug good first issue Ideal for first time contributors help wanted

Comments

@arunkannawadi
Copy link
Collaborator

arunkannawadi commented Feb 4, 2022

Describe the bug
The test_bibtex unit test with failing, with a cryptic traceback

Screenshots

======================================================================
FAIL: test_bibtex (test_module.TestScholarly)
Test that we get the BiBTeX entry correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/scholarly/scholarly/test_module.py", line 233, in test_bibtex
    self.assertEqual(result, expected_result.replace("\n        ", "\n"))
AssertionError: '@inp[134 chars]ses.  However, the well-known algorithms suffe[4[71](https://github.com/scholarly-python-package/scholarly/runs/5045402146?check_suite_focus=true#step:8:71) chars]\n\n' != '@inp[134 chars]ses. However, the application to large spatial[457 chars]\n\n'
Diff is 960 characters long. Set self.maxDiff to None to see it.

Desktop (please complete the following information):
Github Action

Do you plan on contributing?

  • Yes, I will create a Pull Request with the bugfix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Ideal for first time contributors help wanted
Projects
None yet
Development

No branches or pull requests

1 participant