Threepio icon indicating copy to clipboard operation
Threepio copied to clipboard

Test all crawlers

Open cereallarceny opened this issue 4 years ago • 0 comments

Description

Crawler tests have been separated from the original issue and are now posted here:

  • [ ] Should successfully crawl the TensorFlow.js documentation
  • [ ] Should successfully crawl the TensorFlow documentation
  • [ ] Should successfully crawl the PyTorch documentation

Type of Test

  • [ ] Unit test (e.g. checking a loop, method, or function is working as intended)
  • [x] Integration test (e.g. checking if a certain group or set of functionality is working as intended)
  • [ ] Regression test (e.g. checking if by adding or removing a module of code allows other systems to continue to function as intended)
  • [ ] Stress test (e.g. checking to see how well a system performs under various situations, including heavy usage)
  • [ ] Performance test (e.g. checking to see how efficient a system is as performing the intended task)
  • [ ] Other...

Expected Behavior

We expect all the above tests to pass.

Additional Context

None

cereallarceny avatar Jul 07 '20 18:07 cereallarceny