veilid/veilid-python/tests
DumontIO c92e07c88e Python code cleanup
These changes should not change any functionality.

In code:

- Added async keyword to CryptoSystem::kind since it's actually implemented async
- Removed unused socket import in json_api

In tests:
- Removed unused imports
- Removed unnecessary return statements
- Removed unused variables
- Cleaned up some spacing to match PEP-8
- Changed many comparisons to match PEP-8
- Use ValueSubKey classes instead of integers to keep types in line
2024-08-13 16:47:06 -04:00
..
__init__.py tests/__init__ => conftest 2023-06-17 12:29:37 -07:00
conftest.py Python code cleanup 2024-08-13 16:47:06 -04:00
test_basic.py add default veilid config to the api 2024-03-27 17:53:50 -05:00
test_crypto.py Python code cleanup 2024-08-13 16:47:06 -04:00
test_dht.py Python code cleanup 2024-08-13 16:47:06 -04:00
test_routing_context.py Python code cleanup 2024-08-13 16:47:06 -04:00
test_table_db.py flutter unit/integration tests 2024-03-27 17:53:51 -05:00