tokenika / eosfactory

Python-based EOS smart-contract development & testing framework
http://eosfactory.io/
Other
243 stars 62 forks source link

Testing multiple contracts in unison #68

Closed ricktobacco closed 5 years ago

ricktobacco commented 5 years ago

how to write tests for eosfactory with two contracts deployed simultaneously (like if i am making calls in my contract against eosio.token)

my goal is to charge users eos for actions, i am using todd fleming's approach https://gist.github.com/tbfleming/d230f3ab2998e8858d3e51af7e4d9aeb

ultimately i want to continue from running on localhost to test this one jungle's eosio.token, how should i write my tests then?

thank you! rick

stefanzarembinski commented 5 years ago

I would like to answer your question accurately, hence, I need to have the problem better explained.

Will you, please, specify the dataflow of the planned test?

Best regards.

SZ

stefanzarembinski commented 5 years ago

No news.