-
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.
Increase integration test coverage (#4902)
* Create and update tests * Create and update tests --------- Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
- Loading branch information
1 parent
774f688
commit 19c52be
Showing
13 changed files
with
138 additions
and
1 deletion.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
openbb_terminal/miscellaneous/integration_tests_scripts/alternative/test_alt.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
alternative | ||
hn -l 5 | ||
covid | ||
.. | ||
oss | ||
.. | ||
realestate | ||
.. | ||
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
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
38 changes: 38 additions & 0 deletions
38
openbb_terminal/miscellaneous/integration_tests_scripts/economy/test_economoy_qa.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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
economy | ||
macro | ||
treasury | ||
qa | ||
|
||
# Statistics | ||
summary | ||
normality | ||
unitroot | ||
|
||
# Plots | ||
line | ||
line --log | ||
hist | ||
hist -b 10 | ||
cdf | ||
bw | ||
bw -y | ||
acf | ||
qqplot | ||
|
||
# Rolling Metrics | ||
rolling | ||
spread | ||
quantile | ||
skew | ||
kurtosis | ||
|
||
# Other | ||
raw -r | ||
decompose | ||
decompose -m | ||
cusum | ||
|
||
pick united_states_CPI | ||
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
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
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 |
---|---|---|
|
@@ -45,4 +45,7 @@ aroon | |
bbands | ||
donchian | ||
fib | ||
ad -l 15 -d 2 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ historical OJ -s 2022-01-01 -e 2022-01-20 | |
historical M6B,MSF,M6E | ||
curve OJ | ||
curve CL --raw | ||
help | ||
reset | ||
exit |
13 changes: 13 additions & 0 deletions
13
openbb_terminal/miscellaneous/integration_tests_scripts/mutual_funds/test_mutual_fund.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
funds | ||
country --name united_states | ||
search --fund morning | ||
load --fund Vanguard | ||
plot -c both | ||
sector -t equity | ||
sector -t fixed_income | ||
holdings -t all | ||
carbon | ||
exclusion | ||
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
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 |
---|---|---|
|
@@ -13,4 +13,7 @@ ftd | |
load ${ticker=aapl} -i 5 | ||
ftd -n 5 --raw | ||
dpotc | ||
# prom -t T1 | ||
help | ||
reset | ||
exit |
6 changes: 6 additions & 0 deletions
6
openbb_terminal/miscellaneous/integration_tests_scripts/stocks/test_stocks_res.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
stocks | ||
load ${ticker=aapl} | ||
res | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,4 +77,9 @@ ad | |
adosc | ||
obv | ||
fib | ||
atr | ||
cones | ||
multi -i macd[12,26,9],rsi,sma[20] | ||
help | ||
reset | ||
exit |