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

Tests new functions #96

Merged
merged 60 commits into from
Jan 2, 2019
Merged

Tests new functions #96

merged 60 commits into from
Jan 2, 2019

Conversation

edouard-lopez
Copy link
Member

@edouard-lopez edouard-lopez commented Dec 11, 2018

related: #74, #56


⚠️ Breaking changes

If you have customized your config.fish, you might need to update it as:

  1. _pure_fresh_session changed from integer to boolean
    -set -g _pure_fresh_session 1
    +set -g _pure_fresh_session true
  2. pure_user_host_location has been renamed pure_prompt_begin_with_current_directory and an affirmative statement
    -_pure_set_default pure_user_host_location 0
    +_pure_set_default pure_prompt_begin_with_current_directory true
  3. pure_separate_prompt_on_error changed from integer to boolean
    -_pure_set_default pure_separate_prompt_on_error 0
    +_pure_set_default pure_separate_prompt_on_error false

Add tests

Follows refactor from #68:

  • _pure_format_time.test.fish
  • _pure_parse_directory.test.fish
  • _pure_parse_git_branch.test.fish
  • _pure_print_prompt.test.fish
  • _pure_prompt.test.fish
  • _pure_prompt_at.test.fish
  • _pure_prompt_beginning.test.fish
  • _pure_prompt_command_duration.test.fish
  • _pure_prompt_current_folder.test.fish
  • _pure_prompt_ending.test.fish
  • _pure_prompt_first_line.test.fish
  • _pure_prompt_git.test.fish
  • _pure_prompt_git_arrows.test.fish
  • _pure_prompt_git_branch.test.fish
  • _pure_prompt_git_dirty.test.fish
  • _pure_prompt_host.test.fish
  • _pure_prompt_symbol.test.fish
  • _pure_prompt_user.test.fish
  • _pure_prompt_user_and_host.test.fish
  • _pure_prompt_vimode.test.fish
  • _pure_prompt_virtualenv.test.fish
  • _pure_set_default.test.fish
  • _pure_string_width.test.fish

edouard-lopez added a commit that referenced this pull request Dec 14, 2018
edouard-lopez added a commit that referenced this pull request Dec 14, 2018
@rafaelrinaldi
Copy link
Collaborator

Thanks for working on this, it's shaping up nicely!

This was referenced Dec 21, 2018
@edouard-lopez edouard-lopez changed the title WIP: Tests new functions Tests new functions Dec 30, 2018
@rafaelrinaldi rafaelrinaldi mentioned this pull request Dec 30, 2018
6 tasks
@edouard-lopez edouard-lopez merged commit e19a0ee into master Jan 2, 2019
edouard-lopez added a commit that referenced this pull request Jan 2, 2019
see #96
Signed-off-by: Edouard Lopez <contact@edouard-lopez.com>
edouard-lopez added a commit that referenced this pull request Jan 2, 2019
edouard-lopez added a commit that referenced this pull request Jan 2, 2019
edouard-lopez added a commit that referenced this pull request Jan 2, 2019
edouard-lopez added a commit that referenced this pull request Jan 2, 2019
edouard-lopez added a commit that referenced this pull request Jan 2, 2019
edouard-lopez added a commit that referenced this pull request Jan 2, 2019
edouard-lopez added a commit that referenced this pull request Jan 2, 2019
@edouard-lopez edouard-lopez deleted the tests-new-functions branch January 2, 2019 23:10
edouard-lopez added a commit that referenced this pull request Aug 21, 2023
see #96
Signed-off-by: Edouard Lopez <contact@edouard-lopez.com>
edouard-lopez added a commit that referenced this pull request Aug 21, 2023
edouard-lopez added a commit that referenced this pull request Aug 21, 2023
edouard-lopez added a commit that referenced this pull request Aug 21, 2023
edouard-lopez added a commit that referenced this pull request Aug 21, 2023
edouard-lopez added a commit that referenced this pull request Aug 21, 2023
edouard-lopez added a commit that referenced this pull request Aug 21, 2023
edouard-lopez added a commit that referenced this pull request Aug 21, 2023
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.

None yet

2 participants