From 7c7ec8dd77eaf40eee4e7317e0f76cac83762237 Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Wed, 15 Mar 2023 17:24:48 +0200
Subject: [PATCH] Add README in tests folder

---
 tests/README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 tests/README.md

diff --git a/tests/README.md b/tests/README.md
new file mode 100644
index 0000000..437a805
--- /dev/null
+++ b/tests/README.md
@@ -0,0 +1,14 @@
+# Tests
+
+Some test scripts to automate way of making sure that (almost) everything works as expected. 
+
+## Inventory Test
+
+A shell script `inventory.sh` that loads the Fab inventory and checks that all electronics parts in the inventory are covered by the library.
+
+Usage:
+```
+./inventory.sh ../fab.kicad_sym ./whitelist.txt
+```
+
+The `whitelist.txt` file is there for the script to skip certain parts that are not electronic components, such as [Amphenol ICC (FCI) 71600-104LF](https://www.digikey.fi/en/products/detail/amphenol-cs-fci/71600-104LF/1523943) ribbon cable connector, for example.
\ No newline at end of file
-- 
GitLab