-
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.
* Integration test coverage POC * Update * Integration test cleanup * Fix * update tests > index 36 * rename stocks tests * Update Integration Tests * Update Integration Test Coverage * Update integration tests * Linting * Calculate parameter coverage * Improvements * Integration test update * Improvements * Improvements * Improvements * Improvements * Add to controller * Update README * Add integration test summary * Update integration tests * Update integration tests * Update algorithm * avoid uncaught exception * change summary * change workflow * another summawry change * fix small bug when module not found * summary table * Refactor * Workflow * Breaking get_coverage_all_controllers * Submenu coverage refactor * Remove comments * fix build workflow * forgot intel * update integration tests wf * update windows wd (need to test) * same * fix integration test * Windows patch * Update integration-test.yml * fix windows path * fix windows build wf * Update windows10_build.yml * Linting * fix paths * Finishing path touches --------- Co-authored-by: Diogo Sousa <montezdesousa@gmail.com> Co-authored-by: luqazino@gmail.com <luqazino@gmail.com> Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
- Loading branch information
1 parent
425b740
commit 705a331
Showing
83 changed files
with
1,169 additions
and
357 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"openbb_terminal.mutual_funds.mutual_fund_controller": "FundController", | ||
"openbb_terminal.alternative.alt_controller": "AlternativeDataController", | ||
"openbb_terminal.alternative.realestate.realestate_controller": "RealEstateController", | ||
"openbb_terminal.alternative.oss.oss_controller": "OSSController", | ||
"openbb_terminal.forex.technical_analysis.ta_controller": "TechnicalAnalysisController", | ||
"openbb_terminal.stocks.research.res_controller": "ResearchController", | ||
"openbb_terminal.stocks.tradinghours.tradinghours_controller": "TradingHoursController", | ||
"openbb_terminal.stocks.backtesting.bt_controller": "BacktestingController", | ||
"openbb_terminal.stocks.behavioural_analysis.ba_controller": "BehaviouralAnalysisController", | ||
"openbb_terminal.stocks.discovery.disc_controller": "DiscoveryController", | ||
"openbb_terminal.etf.discovery.disc_controller": "DiscoveryController", | ||
"openbb_terminal.stocks.fundamental_analysis.fa_controller": "FundamentalAnalysisController", | ||
"openbb_terminal.stocks.technical_analysis.ta_controller": "TechnicalAnalysisController", | ||
"openbb_terminal.stocks.dark_pool_shorts.dps_controller": "DarkPoolShortsController", | ||
"openbb_terminal.stocks.comparison_analysis.ca_controller": "ComparisonAnalysisController", | ||
"openbb_terminal.fixedincome.fixedincome_controller": "FixedIncomeController", | ||
"openbb_terminal.portfolio.portfolio_optimization.po_controller": "PortfolioOptimizationController", | ||
"openbb_terminal.cryptocurrency.nft.nft_controller": "NFTController", | ||
"openbb_terminal.cryptocurrency.technical_analysis.ta_controller": "TechnicalAnalysisController", | ||
"openbb_terminal.cryptocurrency.due_diligence.dd_controller": "DueDiligenceController", | ||
"openbb_terminal.etf.etf_controller": "ETFController", | ||
"openbb_terminal.etf.technical_analysis.ta_controller": "TechnicalAnalysisController", | ||
"openbb_terminal.reports.reports_controller": "ReportController", | ||
"openbb_terminal.portfolio.portfolio_optimization.parameters.params_controller": "ParametersController" | ||
} |
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
Oops, something went wrong.