forked from red-data-tools/red-datasets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test house-of-councillor: reduce checking
GitHub: red-data-toolsGH-188 Because csv file is too big (9,462 rows and 39 columns). Before this change: ```console $ time ruby test/run-test.rb -t HouseOfCouncillorTest:::bill --verbose=important-only Finished in 2.352206 seconds. 1 tests, 1 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m2.953s user 0m2.701s sys 0m0.153s ``` After this change: ```console $ time ruby test/run-test.rb -t HouseOfCouncillorTest:::bill --verbose=important-only Finished in 0.002077 seconds. 1 tests, 1 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m0.566s user 0m0.382s sys 0m0.092s ```
- Loading branch information
Showing
1 changed file
with
40 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters