Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 943 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 943 Bytes

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 [email protected]:<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.