[PoC] extract build logic from the Command class #1252
Annotations
10 errors
Run poetry run pytest --integration -v:
tests\console\commands\test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
Run poetry run pytest --integration -v:
tests\console\commands\test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
Run poetry run pytest --integration -v:
tests\console\commands\test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-runneradmin\\pytest-0\\popen-gw1\\test_build_relative_directory_0\\project\\dist'
|
Run poetry run pytest --integration -v:
tests\console\commands\test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
Run poetry run pytest --integration -v:
tests\console\commands\test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
Run poetry run pytest --integration -v:
tests\console\commands\test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
Run poetry run pytest --integration -v:
tests\console\commands\test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
Run poetry run pytest --integration -v:
tests\console\commands\test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
Run poetry run pytest --integration -v:
tests\console\commands\test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
Run poetry run pytest --integration -v:
tests\console\commands\test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
Loading