add some documentation
This commit is contained in:
parent
3dbcb8176c
commit
77e42a1c1a
3 changed files with 20 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
*.lock
|
*.lock
|
||||||
|
target
|
||||||
|
|
10
python/README.md
Normal file
10
python/README.md
Normal file
|
@ -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
|
||||||
|
|
||||||
|
|
9
rust/README.md
Normal file
9
rust/README.md
Normal file
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue