Add custom test folder support
See original GitHub issueHi!
I would like to be able to pass --test-folder
option to Conan create command.
As you can see here, the command only uses the reference, profile and policy.
I need to change the test_package path in a project, Conan won’t be able to execute the tests by CPT.
Before to check the code, I tried to use CPT args to set the option, I thought that in the past this would work.
builder = ConanMultiPackager(args=['--test-folder', 'conan/test_package'])
I could help to implement this feature, but I would like to discuss before to start. Conan client doesn’t support customization by env vars in this case, so we could add new argument or re-use something.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
How can I add test folders in Android Studio - Stack Overflow
Right click on src folder and select create directory and android studio will show you folder like "test/java", "test/kotlin", "androidTest/java ...
Read more >Advanced test setup - Android Developers
Create an instrumented test for a build variant ... Within the appropriate module folder, right-click the src folder and click New ...
Read more >Prepare for testing | IntelliJ IDEA Documentation - JetBrains
Configure the folder for test resources ; From the main menu, select File | Project Structure ( Ctrl+Alt+Shift+S ) or click the Project ......
Read more >Writing and Organizing Tests - Cypress Documentation
Configuring Folder Structure. While Cypress allows you to configure where your tests, fixtures, and support files are located, if you're starting your first ......
Read more >Test Organization - The Rust Programming Language
We create a tests directory at the top level of our project directory, next to src. Cargo knows to look for integration test...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
can we close ticket?
Ok!