Luis Antonio Obis
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
Luis Antonio Obis 创建了一个帖子, Autodetect imports on pytest tests directory
I have a python project with the following (widespread) structure: project - src - mypackage - __init__.py - tests - __init__.py - test_something.py I can run the tests from the term... -
Luis Antonio Obis 创建了一个帖子, Library and Executable with the same name gives error
Hello, In my CMake project I have two targets, one library which is called `Simulation` (and gets built into `libSimulation.so`) and an executable called `simulation`. They share the same name exce...