diff --git a/.gitignore b/.gitignore index 5c319c5..5da51ea 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ static/*.db-wal static/*.tar.gz static/*.db heavy3a.bin +heavy3a.bin_ config_custom.txt sequencing_last # ignore polysign, so devs can have a symlink or local dev version. diff --git a/.pytest_cache/v/cache/lastfailed b/.pytest_cache/v/cache/lastfailed new file mode 100644 index 0000000..a3b916b --- /dev/null +++ b/.pytest_cache/v/cache/lastfailed @@ -0,0 +1,5 @@ +{ + "rewards_test.py": true, + "tests/test_mempool.py::test_mempool": true, + "tests/test_mempool.py::test_mpget_json": true +} \ No newline at end of file diff --git a/.pytest_cache/v/cache/nodeids b/.pytest_cache/v/cache/nodeids new file mode 100644 index 0000000..9e9ffe0 --- /dev/null +++ b/.pytest_cache/v/cache/nodeids @@ -0,0 +1,4 @@ +[ + "tests/test_mempool.py::test_mempool", + "tests/test_mempool.py::test_mpget_json" +] \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index d28e594..d1e051c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,9 @@ install: - pip install -r requirements.txt - pip install -r tests/requirements.txt - cp tests/config_custom.txt ./config_custom.txt -script: - - pyinstaller --uac-admin --log-level=INFO node.py --icon=graphics\icon.ico --hidden-import=pycryptodomex --hidden-import=PySocks + +#script: +# - pyinstaller --uac-admin --log-level=INFO node.py --icon=graphics\icon.ico --hidden-import=pycryptodomex --hidden-import=PySocks notifications: # slack: cryptobismuth:Mtd8QY1ElBCfM7ijzsyCE7HU @@ -25,6 +26,6 @@ after_failure: - chmod +x send.sh - ./send.sh failure $WEBHOOK_URL -script: +script: - cd tests - pytest diff --git a/peers_reg.txt b/peers_reg.txt new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/peers_reg.txt @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/.pytest_cache/v/cache/nodeids b/tests/.pytest_cache/v/cache/nodeids new file mode 100644 index 0000000..d66d9c2 --- /dev/null +++ b/tests/.pytest_cache/v/cache/nodeids @@ -0,0 +1,4 @@ +[ + "test_mempool.py::test_mempool", + "test_mempool.py::test_mpget_json" +] \ No newline at end of file