stckme / tiptapy

Library that generates HTML output from JSON export of tiptap editor
MIT License
42 stars 12 forks source link

TravisCI build failing #10

Closed Pradhvan closed 4 years ago

Pradhvan commented 4 years ago

Travis build failing with the given trace

___________________ ERROR collecting tests/test_tranform.py ____________________

tests/test_tranform.py:31: in <module>

    json_dir_data = scan_json_datadir()

tests/test_tranform.py:11: in scan_json_datadir

    json_files = os.listdir(json_dir)

E   FileNotFoundError: [Errno 2] No such file or directory: 'data/json/'

!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!

=========================== 1 error in 0.10 seconds ============================

The command "pytest" exited with 2.