Migrate io-tests from bash to pytest

Authored-by: monacoremo <monacoremo>
This commit is contained in:
Remo Rechkemmer
2020-12-13 16:19:26 +01:00
committed by GitHub
parent 0c25f12825
commit 71fa87937b
8 changed files with 419 additions and 434 deletions
+5 -1
View File
@@ -1,4 +1,5 @@
{ buildEnv
{ black
, buildEnv
, checkedShellScript
, git
, hlint
@@ -19,6 +20,9 @@ let
# --vimgrep fixes a bug in ag: https://github.com/ggreer/the_silver_searcher/issues/753
${silver-searcher}/bin/ag -l --vimgrep -g '\.l?hs$' . "$rootdir" \
| xargs ${stylish-haskell}/bin/stylish-haskell -i
# Format Python files
${black}/bin/black "$rootdir" 2> /dev/null
'';
# Script to check whether any uncommited changes result from postgrest-style