Skip to content

Commit 217e3d8

Browse files
committed
add tested cell dependency in all exercises
1 parent 70321be commit 217e3d8

File tree

97 files changed

+194
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+194
-97
lines changed

exercises/anagram.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/anagram_solver.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/arithmetic.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/battle_map.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/benchmarks.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/binary_search.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/bingo_winner.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/bomb_defusal.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/bottles_of_soda.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/caesar_cypher.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/candy_store.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/capstone_project_mock.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/character_generator.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/classified.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/command_line_family_tree.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/concurrent_image_processing.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/creature_spawner.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/currency_conversion.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/custom_enum_with_recursion.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/custom_enum_with_reduce.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/depricated_cards.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/distributed_rock_paper_scissors.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/dominoes.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/email_validation.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/factorial.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/factory.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/family_tree.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/fibonacci.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/file_system_todo_app.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/file_types.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/filter_values_by_type.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/fizzbuzz.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/games_rock_paper_scissors.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/github_collab.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/github_engineering_journal.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/home_page.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/inventory_management.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/item_generator.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/item_search.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

exercises/itinerary.livemd

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Mix.install([
1010
{:ecto, "~> 3.7"},
1111
{:math, "~> 0.7.0"},
1212
{:faker, "~> 0.17.0"},
13-
{:utils, path: "utils"}
13+
{:utils, path: "utils"},
14+
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
1415
])
1516
```
1617

0 commit comments

Comments
 (0)