Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from num-codex/remove-commited-artifacts
Browse files Browse the repository at this point in the history
Remove commited artifacts
  • Loading branch information
geloro94 authored Jun 7, 2021
2 parents 45ab36c + b05b332 commit dc125c1
Show file tree
Hide file tree
Showing 191 changed files with 14 additions and 3,303 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/venv/
/.idea/

/testCases
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import json, os
from testDataToUnitTest import generate_unit_test

if __name__ == '__main__':
with open(f"testData.json", encoding="utf-8") as json_file:
with open(os.path.join(os.path.dirname(os.path.realpath(__file__)), "testData.json"), encoding = "utf-8") as json_file:
test_data = json.load(json_file)
generate_unit_test(test_data)
13 changes: 0 additions & 13 deletions testCases/1-acehemmer_code.json

This file was deleted.

22 changes: 0 additions & 22 deletions testCases/1-age.json

This file was deleted.

20 changes: 0 additions & 20 deletions testCases/1-aktive_tumorkrebserkrankungen_code.json

This file was deleted.

20 changes: 0 additions & 20 deletions testCases/1-antikoagulation_argatroban.json

This file was deleted.

20 changes: 0 additions & 20 deletions testCases/1-antikoagulation_danaparoid.json

This file was deleted.

27 changes: 0 additions & 27 deletions testCases/1-antikoagulation_doak.json

This file was deleted.

20 changes: 0 additions & 20 deletions testCases/1-antikoagulation_niedermolekulares_heparin.json

This file was deleted.

20 changes: 0 additions & 20 deletions testCases/1-antikoagulation_phenprocoumon.json

This file was deleted.

20 changes: 0 additions & 20 deletions testCases/1-antikoagulation_plaettchenaggregationshemmer.json

This file was deleted.

13 changes: 0 additions & 13 deletions testCases/1-antikoagulation_sonstige.json

This file was deleted.

27 changes: 0 additions & 27 deletions testCases/1-antikoagulation_unfraktioniertes_heparin.json

This file was deleted.

22 changes: 0 additions & 22 deletions testCases/1-antithrombin_iii.json

This file was deleted.

13 changes: 0 additions & 13 deletions testCases/1-apherese_code.json

This file was deleted.

22 changes: 0 additions & 22 deletions testCases/1-atemfrequenz_code.json

This file was deleted.

13 changes: 0 additions & 13 deletions testCases/1-bauchlage_code.json

This file was deleted.

13 changes: 0 additions & 13 deletions testCases/1-beatmungstherapie.json

This file was deleted.

13 changes: 0 additions & 13 deletions testCases/1-befund_bildgebender_verfahren_ct.json

This file was deleted.

13 changes: 0 additions & 13 deletions testCases/1-befund_bildgebender_verfahren_roentgen.json

This file was deleted.

13 changes: 0 additions & 13 deletions testCases/1-befund_bildgebender_verfahren_us.json

This file was deleted.

Loading

0 comments on commit dc125c1

Please sign in to comment.