forked from quantum-elixir/quantum-core
-
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.
feat: Registers telemetry events (quantum-elixir#493)
* feat: Registers telemetry events * refactor: Moves telemetry declarations to a single module * chore: Adds a test of the registered telemetry events * docs: Removes redundant documentation * refactor: Uses top-level module * fix: Removes unused test file
- Loading branch information
1 parent
1387b53
commit 088fb23
Showing
4 changed files
with
103 additions
and
60 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
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
defmodule QuantumTest do | ||
use ExUnit.Case | ||
doctest Quantum | ||
end |