rgb
rgb copied to clipboard
Tests integration into v0.12
Could you share the motivation of copying rgb-tests into this repository?
Many reasons:
- I can't work with git submodules. It kills my time and productivity. So approach in
rgb-testsis non-working for me - I do not know that code and I need to copy method by method to somewhere and make them compile, step by step. Thus, I need two repos (one new to copy into)
- Normally there are no "dedicated test repos". Tests are added to the top-level test repo and crate as
testsdirectory. So here is the right place to have them
Not anymore actual; tests continue to be developed in rgb-tests repo