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 missing files to the test #44

Conversation

tsutsu3
Copy link
Owner

@tsutsu3 tsutsu3 commented May 2, 2023

The following missing files were added to test:

  • utils.py
  • fixtures/links.txt
  • fixtures/no_links.txt
  • __init__.py

I ran tests and success.

wget https://test-files.pythonhosted.org/packages/be/ba/02c101e77a324fb292120c90084fb4dc712c063f5244f9f6a48447490fb9/linkify-it-py-2.0.1.dev6.tar.gz
tar xzfv linkify-it-py-2.0.1.dev6.tar.gz
cd linkify-it-py-2.0.1.dev6
pip install tox
tox

@codecov-commenter
Copy link

codecov-commenter commented May 2, 2023

Codecov Report

Merging #44 (ea84f57) into main (ff8a338) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main      #44   +/-   ##
=======================================
  Coverage   97.74%   97.74%           
=======================================
  Files           4        4           
  Lines         311      311           
  Branches       53       53           
=======================================
  Hits          304      304           
  Misses          4        4           
  Partials        3        3           
Flag Coverage Δ
pytests 97.74% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tsutsu3 tsutsu3 marked this pull request as draft May 2, 2023 06:58
@tsutsu3 tsutsu3 changed the title Add missing files to the test Fix missing files to the test May 2, 2023
@tsutsu3 tsutsu3 force-pushed the 43-201-importerror-attempted-relative-import-with-no-known-parent-package branch from ea84f57 to cdb6ce1 Compare May 2, 2023 07:53
@tsutsu3 tsutsu3 marked this pull request as ready for review May 2, 2023 08:03
@tsutsu3 tsutsu3 merged commit 5391772 into main May 2, 2023
@tsutsu3 tsutsu3 deleted the 43-201-importerror-attempted-relative-import-with-no-known-parent-package branch May 2, 2023 08:03
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.0.1: ImportError: attempted relative import with no known parent package
2 participants