Commit graph

59 commits

Author SHA1 Message Date
Mark Hildreth
be1e4a9178 Forced futures to be imported through test_context crate.
By exporting the futures crate through the test_context crate, the code
generated by the macro can rely on `test_context` to access the future
crate. Otherwise, the code generated which requires access to the
"future" crate would end up residing in the code of a user of the
library, giving them `use of undeclared crate or module "future"`
error messages unless they added future as a dependency.
2021-02-06 23:44:33 -05:00
Mark Hildreth
0d78b70786
Merge pull request #3 from markhildreth/v0.1.1
Bumped to version v0.1.1
2021-01-17 22:27:27 -05:00
Mark Hildreth
feef82bae7 Bumped to version v0.1.1 2021-01-17 22:23:03 -05:00
Mark Hildreth
459cb95388
Merge pull request #2 from markhildreth/github-workflows
Updated github ci.yml
2021-01-17 22:19:52 -05:00
Mark Hildreth
239b639a9b Updated github ci.yml 2021-01-17 22:15:43 -05:00
Mark Hildreth
b3734c3d94
Merge pull request #1 from markhildreth/allow-returns
Allow return of wrapped functions value.
2021-01-17 22:07:34 -05:00
Mark Hildreth
418ed39c1e Allow return of wrapped functions value.
This allows the macro to return the value of the function being
annotated. For most testing, this probably shouldn't matter, but
considering it's simple enough to do I decided to add it in in case any
other test wrappers require it.
2021-01-17 22:02:19 -05:00
Mark Hildreth
daf14d6449 Initial version 2021-01-17 21:23:34 -05:00
Mark Hildreth
c51fa67447
Initial commit 2021-01-17 15:20:15 -05:00