Add buildtest commands option#1540
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## devel #1540 +/- ##
==========================================
+ Coverage 78.36% 78.38% +0.02%
==========================================
Files 56 57 +1
Lines 6577 6583 +6
==========================================
+ Hits 5154 5160 +6
Misses 1423 1423
☔ View full report in Codecov by Sentry. |
|
@shahzebsiddiqui When I run the command "buildtest help commands" the output I sent to you in Slack appears. Is this what I am supposed to be fixing? |
Create commands_subparser and 'commands' to the "COMMANDS List"
No that not what i asked for i want you to add a command |
Add "else if" statement to main.py Add to commads.py file
Removed table; Pritning raw list
|
@braeeast2001 i fixed your PR and rewrote this to be easier to understand. Please add the regression test and we can merge this in. Lets not document this feature for now its not necessary. |
Add regression test
…dtest into Brae'zah_Patch
Remove unused items and rename multiple items
|
@braeeast2001 can please look at the CI checks and fix them |
|
@braeeast2001 can you please black your code. Look at the style check it reports 3files need formatting. Just run |
|
@braeeast2001 can you please recreate your python environment and reinstall buildtest it looks like your black and isort are not using the configuration specified from pyproject.toml This might address some formatting issues you are facing. Please delete your existing python virtual environment. You should consider using pipenv it will simplify managing virtual environment |
Alphabetize lines 459-461
…dtest into Brae'zah_Patch
black buildtest tests
…dtest into Brae'zah_Patch
|
Change completed, ready to merge. |
|
@braeeast2001 can you please resolve the conflict |
Matched updates from PR buildtesters#1578
shahzebsiddiqui
left a comment
There was a problem hiding this comment.
thanks @braeeast2001 this looks good.
Create a feature to show an output of Buildtest commands, by doing the following: