浏览代码

[DATALAD] removed content

Daniel Busch 4 月之前
父节点
当前提交
e885693182
共有 1 个文件被更改,包括 0 次插入11 次删除
  1. 0 11
      tests/unit/test_operations.py

+ 0 - 11
tests/unit/test_operations.py

@@ -1,11 +0,0 @@
-"""
-Test operations
-
-This module is just there to help with doc building etc. on
-project creation. You will probably delete it early in the project.
-"""
-from faostat_data_primap.operations import add_two
-
-
-def test_add_two():
-    assert add_two(3, 4) == 7