From 6541ca090361af2811f69d74df0d0854f3ba2922 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 8 Jun 2015 23:40:11 +0300 Subject: test: refactoring * Test vectors are now stored in the Python script rather than in a JSON file. * The tests are now really Python's unittest `TestCase`s, allowing (at least in the future) to discover and run them automatically. * Use logging from the standard library for logging. * Bugfix & refactoring. --- test/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/.gitignore (limited to 'test/.gitignore') diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..397b4a7 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1 @@ +*.log -- cgit v1.2.3