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

automatic tests for TUI (ncurses) #251

Merged
merged 16 commits into from
Oct 27, 2020
Merged

automatic tests for TUI (ncurses) #251

merged 16 commits into from
Oct 27, 2020

Commits on Oct 13, 2020

  1. Test table_sort_wrong_cell (bsc#1165388)

    using tmux-uitest.sh
    FIXME: resolve where tmux-uitest.sh belongs, give it some header and docs
    mvidner committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a2d8479 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Run the libyui tests

    mvidner committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    12c144d View commit details
    Browse the repository at this point in the history
  2. version + changelog

    mvidner committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    eee00b3 View commit details
    Browse the repository at this point in the history
  3. Optionally check shell syntax

    mvidner committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    1b27612 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    1f99889 View commit details
    Browse the repository at this point in the history
  2. Test https://bugzilla.suse.com/show_bug.cgi?id=1177760

    Menu items lose their hotkeys
    mvidner committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    79c25ff View commit details
    Browse the repository at this point in the history
  3. Run without /usr/sbin/yast

    mvidner committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    55a3d2b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Fixup container test run

    The example UI scripts that we are starting to use for testing are marked
    as docs in the RPM and the container images exclude them.
    Explicitly install them.
    mvidner committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    b60f2bb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. RSpec test with TmuxTui

    mvidner committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    e2fa1a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b2eaf View commit details
    Browse the repository at this point in the history
  3. Ignore the screen captures

    mvidner committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    7c7d193 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50ba537 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c660d1a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Style improvements

    mvidner committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    12eb453 View commit details
    Browse the repository at this point in the history
  2. Use remain-on-exit instead of shell sleep.

    "remain-on-exit" is useful if shell_command may unexpectedly fail quickly.
    In that case we can still capture the pane and read the error messages.
    mvidner committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    d3f08eb View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    387c970 View commit details
    Browse the repository at this point in the history