diff --git a/.gitignore b/.gitignore index c17efe5..590e96c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__ *.lock +target diff --git a/python/README.md b/python/README.md new file mode 100644 index 0000000..ce664eb --- /dev/null +++ b/python/README.md @@ -0,0 +1,10 @@ +# Test Python Tooling + +The current test does + +- create a VM with poetry +- fetch python eggs (requests, pytest) +- do an https request (to google) to ensure certificates can be found +- and of course run python version 3.11 or later + + diff --git a/rust/README.md b/rust/README.md new file mode 100644 index 0000000..56dd565 --- /dev/null +++ b/rust/README.md @@ -0,0 +1,9 @@ +# Check Rust Tooling + +## Small cargo project + +- test cargo and rustc are installed +- check the default toolchain +- build and run a test executable + +