Skip to content

Commit

Permalink
Increase integration test coverage (#4902)
Browse files Browse the repository at this point in the history
* Create and update tests

* Create and update tests

---------

Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
  • Loading branch information
IgorWounds and montezdesousa authored Apr 26, 2023
1 parent 774f688 commit 19c52be
Show file tree
Hide file tree
Showing 13 changed files with 138 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
alternative
hn -l 5
covid
..
oss
..
realestate
..
help
reset
exit
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vaults --chain ${crypto_full=ethereum} --protocol aave --kind stable --top 3 --l
vaults --chain ${crypto_full=ethereum} -s apy -r

# tokens
tokens
tokens # this is running into a timeout issue
tokens --skip 3 --limit 3 --sort totalLiquidity
tokens --sort txCount --reverse

Expand Down Expand Up @@ -68,6 +68,8 @@ sreturn --limit 200
anchor --address terra13kc0x8kr3sq8226myf4nmanmn2mrk9s5s9wsnz
anchor --address terra13kc0x8kr3sq8226myf4nmanmn2mrk9s5s9wsnz --transactions

help
reset
exit

# TERRA ADDRESSES FOR EXAMPLES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ prices --sort volumeConverted --reverse
# loads transaction hash
address 0x9dc7b43ad4288c624fdd236b2ecb9f2b81c93e706b2ffd1d19b112c1df7849e6 -tx

hr -i 1w

# tx

help
reset
exit
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ candle --sort adjclose --reverse --raw
candle -t --ma 4
news
compare spy,ivv
disc
..
help
search -n vol
ta
..
reset
exit
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,15 @@ fwd
quote
quote --source YahooFinance
quote --source AlphaVantage
candle --sort open -r --raw --limit 10
candle -t
help
oanda
qa
..
ta
..
forecast
..
reset
exit
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ aroon
bbands
donchian
fib
ad -l 15 -d 2
help
reset
exit
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,36 @@ candle --raw
candle --sort AdjClose -r --raw
codes
news -l 3
th
..
options
..
disc
..
dps
..
scr
..
ins
..
gov
..
ba
..
ca
..
fa
..
bt
..
ta
..
qa
..
forecast
..
res
..
help
reset
exit
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ ftd
load ${ticker=aapl} -i 5
ftd -n 5 --raw
dpotc
# prom -t T1
help
reset
exit
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
stocks
load ${ticker=aapl}
res
help
reset
exit
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,9 @@ ad
adosc
obv
fib
atr
cones
multi -i macd[12,26,9],rsi,sma[20]
help
reset
exit

0 comments on commit 19c52be

Please sign in to comment.