Skip to content

Commit ff7338b

Browse files
author
Juanjo Alvarez
committed
Added skeleton empty tests
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
1 parent 1cae97f commit ff7338b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/test.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import unittest
2+
3+
# FIXME XXX: Write the tests:
4+
"""
5+
Test should do at a minimum:
6+
- Run each check with its default java file and check that there are results.
7+
- Run each check with all other others java files and check that it doesn't crash.
8+
"""

0 commit comments

Comments
 (0)