diff --git a/tests/plankapy_tests.py b/tests/plankapy_tests.py index 7842cfb..48ac225 100644 --- a/tests/plankapy_tests.py +++ b/tests/plankapy_tests.py @@ -2,6 +2,8 @@ from plankapy import * import random def test_planka(): + ## In no way meant to be efficient code, just a way to test all components + ## of the API planka = Planka(API_URL, API_USER, API_PASS) project = Project(planka) board = Board(planka)