mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[PR #441] Box: add tests #954
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#954
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/441
Author: @Konstantin8105
Created: 5/2/2020
Status: 🔄 Open
Base:
master← Head:master📝 Commits (2)
28f45a4box: add test82dfff0box: add test comment📊 Changes
6 files changed (+121 additions, -0 deletions)
View changed files
➕
box_test.go(+96 -0)➕
screen/box.AlignCenter(+5 -0)➕
screen/box.AlignLeft(+5 -0)➕
screen/box.AlignRight(+5 -0)➕
screen/box.Bold.Border(+5 -0)➕
screen/box.Simple(+5 -0)📄 Description
That PR is prototype for creating the tests.
Tests run in parallel for minimaze test time.
For check - run in console:
Output:
If you add some test and want to update
screens, then runUPDATE=true go testand after thatscreensare updated.Feel free for merge and reject.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.