rspec
rspec copied to clipboard
Tracking issue for current refactoring efforts
Environment:
- [x] Implementing
let(or some kind of state for tests) (PR https://github.com/mackwic/rspec/pull/30)
Before & After
- [x] Implement
before_allandafter_all(PR https://github.com/mackwic/rspec/pull/30) - [x] Real
before_eachandafter_each(PR https://github.com/mackwic/rspec/pull/30)
Timing & Progress
- [ ] Formatter: Progress à la Fuubar
- [ ] Timing the tests (WIP)
- [x] Timing the test suite (WIP)
Filtering & Focussing
Parallel & Async Tests
- [x] Parallel tests (probably via Rayon) (PR https://github.com/mackwic/rspec/pull/30)
- [ ] Async tests
Ergonomics
- [x] Simplify formatter instantiation and runner attachement? (PR https://github.com/mackwic/rspec/pull/30)
- [x]
context::rdescribeshould use theSimpleformatter (PR https://github.com/mackwic/rspec/pull/30) - [ ] Get rid of
ctxinctx.it()(experiment)
Integration
- [x] Integration with existing matcher crates
- [ ] Integration with rustc's test crate