An open API service indexing awesome lists of open source software.

https://github.com/nanofuzz/testloop-2024-analysis

Analysis of user study data
https://github.com/nanofuzz/testloop-2024-analysis

Last synced: about 1 year ago
JSON representation

Analysis of user study data

Awesome Lists containing this project

README

          

# TestLoop analysis

## Prerequisites

### Python

Install [Python][], then install our dependencies:

```sh
pip install -r requirements.txt
./getfonts.sh
```

## Usage

### Python

Run the script:

```sh
python3 main.py
```

This will output the non-marginal contents of the data tables from the article.

[python]: https://docs.python.org/3/using/index.html