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

Bug about a page turning #14

Merged
merged 3 commits into from
Jan 26, 2021
Merged

Conversation

yukihirop
Copy link
Owner

@yukihirop yukihirop commented Jan 26, 2021

Summary

Resolve #13

Test

Currently there are no tests.
Instead, the operation is guaranteed by executing the following command and actually checking the operation.

  • python3 gfzs/views/not_found.py
  • python3 gfzs/views/paging.py
  • python3 gfzs/views/footer.py
  • python3 gfzs/views/header.py
  • python3 gfzs/views/search_result.py
  • python3 gfzs/utils/markup.py
  • python3 gfzs/utils/color.py
  • python3 gfzs/config/app.py
  • python3 gfzs/cmd/init.py
  • python3 gfzs/cmd/edit.py
  • python3 gfzs/cmd/demo.py
  • python3 gfzs/cmd/valid.py
  • python3 gfzs/controller.py
  • python3 gfzs/model.py
  • cat fixtures/rust.json | bin/gfzs -s 20
  • cat fixtures/rust.json | python3 -m gfzs -s 40
  • bin/gfzs init
  • bin/gfzs edit
  • bin/gfzs demo
  • bin/gfzs valid
  • black gfzs/**/*.py

TestPyPi

$ pip install gfzs==0.2.2 --extra-index-url  https://test.pypi.org/simple
Looking in indexes: https://pypi.org/simple, https://test.pypi.org/simple
Collecting gfzs==0.2.2
  Downloading https://test-files.pythonhosted.org/packages/ee/6c/091746c5a81603cf04b5cfc6cb4b0d26d5ce5dcea9561275eed54f9e84db/gfzs-0.2.2-py3-none-any.whl (42 kB)
     |████████████████████████████████| 42 kB 361 kB/s
Requirement already satisfied: python-Levenshtein<0.13.0,>=0.12.1 in ./.venv/lib/python3.7/site-packages (from gfzs==0.2.2) (0.12.1)
Requirement already satisfied: fuzzywuzzy<0.19.0,>=0.18.0 in ./.venv/lib/python3.7/site-packages (from gfzs==0.2.2) (0.18.0)
Requirement already satisfied: flatten-dict<0.4.0,>=0.3.0 in ./.venv/lib/python3.7/site-packages (from gfzs==0.2.2) (0.3.0)
Requirement already satisfied: pathlib2<3.0,>=2.3 in ./.venv/lib/python3.7/site-packages (from flatten-dict<0.4.0,>=0.3.0->gfzs==0.2.2) (2.3.5)
Requirement already satisfied: six<2.0,>=1.12 in ./.venv/lib/python3.7/site-packages (from flatten-dict<0.4.0,>=0.3.0->gfzs==0.2.2) (1.15.0)
Requirement already satisfied: setuptools in ./.venv/lib/python3.7/site-packages (from python-Levenshtein<0.13.0,>=0.12.1->gfzs==0.2.2) (40.8.0)
Installing collected packages: gfzs
  Attempting uninstall: gfzs
    Found existing installation: gfzs 0.2.1
    Uninstalling gfzs-0.2.1:
      Successfully uninstalled gfzs-0.2.1
Successfully installed gfzs-0.2.2

@yukihirop yukihirop added this to the 0.2.2 milestone Jan 26, 2021
@yukihirop yukihirop self-assigned this Jan 26, 2021
@yukihirop yukihirop force-pushed the issues13/fix_bug_about_display branch from c3b1d6b to cbd0e24 Compare January 26, 2021 15:55
@yukihirop yukihirop force-pushed the issues13/fix_bug_about_display branch from cbd0e24 to 57abc58 Compare January 26, 2021 15:56
@yukihirop
Copy link
Owner Author

LGTM

@yukihirop yukihirop merged commit 390ebcd into features/0.2.2 Jan 26, 2021
@yukihirop yukihirop deleted the issues13/fix_bug_about_display branch January 26, 2021 16:10
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