Skip to content

DevConf Workshop: Testing the OS in a consistent & comfortable way

Notifications You must be signed in to change notification settings

teemtee/workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Testing the OS in a consistent & comfortable way

This is the sandbox repo for the DevConf 2023 Workshop.

Links

Some useful links:

Prepare

To get quickly started, just fork the repo and follow the steps bellow:

# clone the repo, create a branch for experimenting
git clone git@github.com:<username>/workshop.git
cd workshop
git checkout -b experiment

# install minimal tmt
sudo dnf install -y tmt

# initialize the tree
tmt init -t mini

# create a pull request
git add .
git commit -m "Experiment with tmt"
git push origin -u experiment

Open the link and hit the Create pull request button.

About

DevConf Workshop: Testing the OS in a consistent & comfortable way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published