Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## 0. Disclaimer

* This is not an official Google product.
* This is **not** an official Google product.
* This is tested only on Ubuntu though it would be running on any platforms which installed python and depending python packages.

## 1. Introduction
Expand All @@ -17,11 +17,11 @@ To run conformance tests, Sprockets users should provide:

State transitions are specified with STL (State Transition Language). See [STL.md](doc/STL.md) for details of STL.

test_driver.py is the main program made of Python to run conformance tests specified by users with a test manifest, STL files, and python libraries.
`test_driver.py` is the main program made of Python to run conformance tests specified by users with a test manifest, STL files, and python libraries.

## 2. test_driver.py
### 2.1. Environment Setup
To run test_driver.py, extra python packages below are necessary:
To run `test_driver.py, extra python packages below are necessary:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed the closing `


* google.protobuf
* ply
Expand Down