Skip to content

Commit

Permalink
Update description and a list of recommended tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Mar 28, 2021
1 parent 23f975d commit b1ef954
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# testres-db

is a tool and library to import test results to a single database. It allows to
analyze your efficiency of testing, improve test execution and get better
vizualization of testing in your project. Queries can be executed with a
standard `sqlite` client or using [Jupyter Notebook](https://jupyter.org/).
Below there are some examples of SQL queries:
is a tool and library to import test results to a single SQLite database
for further analysis your efficiency of testing, find bottlenecks,
improve test execution and get better vizualization of a testing
process in your project.

You might consider using one of these three tools:

- [Command Line Shell For SQLite](https://sqlite.org/cli.html)
- [Datasette](https://datasette.io/)
- [The Jupyter Notebook](https://jupyter.org/)

Below there are some examples of queries:

```sql
~$ sqlite testres-db.sqlite
Expand Down

0 comments on commit b1ef954

Please sign in to comment.