mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Planning release
This commit is contained in:
parent
53460a6856
commit
026fc0051e
1
bigchaindb_common.py
Normal file
1
bigchaindb_common.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
29
test_bigchaindb_common.py
Normal file
29
test_bigchaindb_common.py
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
"""
|
||||||
|
test_bigchaindb_common
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
Tests for `bigchaindb_common` module.
|
||||||
|
"""
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
|
from bigchaindb_common import bigchaindb_common
|
||||||
|
|
||||||
|
|
||||||
|
class TestBigchaindb_common(object):
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def setup_class(cls):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_something(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def teardown_class(cls):
|
||||||
|
pass
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user