-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes for integration tests stocks/test_insider and test_screener (#5084
- Loading branch information
1 parent
646819c
commit 6381abb
Showing
2 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
43 changes: 22 additions & 21 deletions
43
openbb_terminal/miscellaneous/integration_tests_scripts/stocks/test_insider.openbb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,37 @@ | ||
stocks | ||
load AAPL | ||
ins | ||
view | ||
view whales.ini | ||
set Electronics.ini | ||
view whales | ||
set Electronics | ||
filter -l 4 | ||
filter -l 2 -u | ||
load ${ticker=aapl} | ||
stats | ||
stats -u | ||
act --raw | ||
act | ||
lins | ||
lcb 3 | ||
lpsb 3 | ||
lit 3 | ||
lip 3 | ||
blip 3 | ||
blop 3 | ||
blcp 3 | ||
lis 3 | ||
blis 3 | ||
blos 3 | ||
blcs 3 | ||
topt 3 | ||
toppw 3 | ||
toppm 3 | ||
tipt 3 | ||
tippw 3 | ||
tippm 3 | ||
lcb | ||
lpsb | ||
lit | ||
lip | ||
blip | ||
blop | ||
blcp | ||
lis | ||
blis | ||
blos | ||
blcs | ||
topt | ||
toppw | ||
toppm | ||
tipt | ||
tippw | ||
tippm | ||
tist | ||
tispw | ||
tispm 3 | ||
tispm | ||
help | ||
reset | ||
.. | ||
exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters