소스 검색

[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