Skip to content

Commit f305a18

Browse files
Add note about running tests
1 parent 7643665 commit f305a18

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pip install tensorflow-transform
4242
To build from source follow the following steps:
4343
Create a virtual environment by running the commands
4444

45-
```
45+
```bash
4646
python3 -m venv <virtualenv_name>
4747
source <virtualenv_name>/bin/activate
4848
pip3 install setuptools wheel
@@ -53,13 +53,13 @@ pip3 install .
5353

5454
If you are doing development on the TFT repo, replace
5555

56-
```
56+
```bash
5757
pip3 install .
5858
```
5959

6060
with
6161

62-
```
62+
```bash
6363
pip3 install -e .
6464
```
6565

@@ -78,6 +78,14 @@ pip install --extra-index-url https://pypi-nightly.tensorflow.org/simple tensorf
7878
This will install the nightly packages for the major dependencies of TFT such
7979
as TensorFlow Metadata (TFMD), TFX Basic Shared Libraries (TFX-BSL).
8080

81+
### Running Tests
82+
83+
To run TFT tests, run the following command from the root of the repository:
84+
85+
```bash
86+
pytest
87+
```
88+
8189
### Notable Dependencies
8290

8391
TensorFlow is required.

0 commit comments

Comments
 (0)