Skip to content

Commit

Permalink
Fixed testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Andeshog committed Mar 17, 2024
1 parent 7e742e5 commit 512ec0d
Show file tree
Hide file tree
Showing 6 changed files with 188 additions and 191 deletions.
3 changes: 1 addition & 2 deletions guidance/d_star_lite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ install(PROGRAMS
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
find_package(ament_cmake_pytest REQUIRED)
ament_add_pytest_test(test_python test)
ament_add_pytest_test(python_tests tests)
set(ament_cmake_copyright_FOUND TRUE)
set(ament_cmake_cpplint_FOUND TRUE)
ament_lint_auto_find_test_dependencies()
endif()

ament_package()
2 changes: 0 additions & 2 deletions guidance/d_star_lite/d_star_lite/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
from .d_star_lite import DStarLite
from .d_star_lite import Node
Loading

0 comments on commit 512ec0d

Please sign in to comment.