[PoC] extract build logic from the Command class #1252
Annotations
10 errors
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#L99
test_build_with_clean[False]
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#L81
test_build_with_local_version_label
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#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/84/5079cppj57s0lzywhyzcxkjc0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_build_relative_directory_0/project/dist'
|
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'
|
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#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
Run poetry run pytest --integration -v:
tests/console/commands/test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
Loading