taandreo / minishell

Minihell from 42. Everything is gonna be fine.
2 stars 1 forks source link

Unit test #10

Open taandreo opened 12 months ago

edu-bm7 commented 12 months ago

I guess we will use cmocka for our unit testing, Today I'll try to implement some unit tests with our already implemented functions. The folder for the unit tests will be called tests/unit/

edu-bm7 commented 12 months ago

Unit testing with cmocka seems pretty straightfoward. I implemented some tests and will continue tomorrow commit 2a5b9cc

edu-bm7 commented 11 months ago

Added more tests to add_token and related functions. Implemented tests to tokenize_redirections functions and tokenize_operators functions commit 11269b7.