[localnet] Add header documentation to conftest.py & utils.py

pull/1/head
Daniel Van Der Maden 4 years ago
parent 906d237ce0
commit a73d9915d7
  1. 3
      localnet/tests/conftest.py
  2. 5
      localnet/tests/utils.py

@ -1,5 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Pytest config file. All functions here get ran before collecting all tests and executing them.
"""
import time
from pyhmy import (

@ -1,5 +1,10 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Here are a collection of helper function, classes, and decorators used in all of the tests.
TODO: make this a library.
"""
import functools
import json
import time

Loading…
Cancel
Save