From cc12e86fe36a77ecb0bb836ba82e823ca26abdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 2 Jul 2020 17:54:51 +0200 Subject: refactor: lock file (#6569) - refactor lock file creation - provide deterministic output in lock file (alphabetically sorted) - dynamic imports are checked against lock file --- cli/tests/lock_write_requires_lock.out | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cli/tests/lock_write_requires_lock.out (limited to 'cli/tests/lock_write_requires_lock.out') 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 +[WILDCARD] \ No newline at end of file -- cgit v1.2.3