diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-07-02 17:54:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-02 17:54:51 +0200 |
| commit | cc12e86fe36a77ecb0bb836ba82e823ca26abdc2 (patch) | |
| tree | f7d7b63ca25400d41755da5d7e73adc4565e7ce9 /cli/tests/lock_write_requires_lock.out | |
| parent | 74c260517a40d9644960b01415824e1c6c646fde (diff) | |
refactor: lock file (#6569)
- refactor lock file creation
- provide deterministic output in lock file (alphabetically sorted)
- dynamic imports are checked against lock file
Diffstat (limited to 'cli/tests/lock_write_requires_lock.out')
| -rw-r--r-- | cli/tests/lock_write_requires_lock.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/lock_write_requires_lock.out b/cli/tests/lock_write_requires_lock.out new file mode 100644 index 000000000..7cc5906f6 --- /dev/null +++ b/cli/tests/lock_write_requires_lock.out @@ -0,0 +1,3 @@ +error: The following required arguments were not provided: + --lock <FILE> +[WILDCARD]
\ No newline at end of file |
