Luis Antonio Obis
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Luis Antonio Obis created a post, 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 created a post, 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...