Browse Source

Organise tests

master
Neil Booth 8 years ago
parent
commit
fde47d5739
  1. 2
      .gitignore
  2. 0
      tests/lib/test_addresses.py
  3. 0
      tests/lib/test_util.py
  4. 0
      tests/server/test_storage.py

2
.gitignore

@ -1,4 +1,6 @@
*/__pycache__/
.cache/
tests/*/__pycache__/
*/*~
*.#*
*#

0
tests/test_addresses.py → tests/lib/test_addresses.py

0
tests/test_util.py → tests/lib/test_util.py

0
tests/test_storage.py → tests/server/test_storage.py

Loading…
Cancel
Save