maythamfahmi / CryptoNet

CryptoNet is simple, fast and a lightweight asymmetric and symmetric encryption library.
https://github.com/maythamfahmi/CryptoNet
MIT License
101 stars 19 forks source link

[feature request]: Separate unit tests from integration tests #88

Closed maythamfahmi closed 1 month ago

maythamfahmi commented 1 month ago

Contact Details

No response

Is your feature request related to a problem? Please describe.

n/a

Describe the solution you'd like

Unit test need to be splitter in unit test and integration test

Describe alternatives you've considered

No response

Additional context

No response

Priority Level

Medium

Code of Conduct

jwdonahue commented 1 month ago

I usually drive my integration/acceptance testing, through unit tests of my examples. I don't usually do much more than that for simple libraries. I think of integration testing as more of a domain for more complex systems.

maythamfahmi commented 1 month ago

I got the point, If have migrated cli test to unit test, now we have only unit testing #87

maythamfahmi commented 1 month ago

no integration tests, but functional test Part of #84