Mercurial > evolve
comparison tests/test-check-sdist.t @ 6849:9638dd0fb4ea
tests: add `twine check` to test-check-sdist.t
twine can check dist files for various issues (small, I would imagine, since we
managed to build the dist files in the first place). Let's make use of this
functionality.
Not creating a separate test file for twine because we need to build the dist
files first before we can check them, and it's already being done in
test-check-sdist.t.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 09 Sep 2024 16:51:00 +0400 |
parents | e823d9117a68 |
children | 120f0ad4646c |
comparison
equal
deleted
inserted
replaced
6848:e823d9117a68 | 6849:9638dd0fb4ea |
---|---|
58 | 58 |
59 $ grep -E '(gitlab|contrib|hack|format-source)' ../files | 59 $ grep -E '(gitlab|contrib|hack|format-source)' ../files |
60 [1] | 60 [1] |
61 $ grep -F netlify ../files | 61 $ grep -F netlify ../files |
62 [1] | 62 [1] |
63 | |
64 #if twine | |
65 $ twine --no-color check * | |
66 Checking hg?evolve-*.tar.gz: PASSED (glob) | |
67 #endif |