mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 06:21:29 +00:00
feat: conjured-items - Updated test tools.
This commit is contained in:
parent
11610e00ba
commit
2dafef1884
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! -d "venv" ]; then
|
||||
python -m venv venv
|
||||
python3 -m venv venv
|
||||
fi
|
||||
venv/bin/pip install texttest
|
||||
venv/bin/texttest -d . -con "$@"
|
||||
|
||||
@ -22,8 +22,8 @@ diff_program:meld
|
||||
#interpreter:python
|
||||
|
||||
# Settings for the Java version using the classpath
|
||||
#executable:com.gildedrose.TexttestFixture
|
||||
#interpreter:java
|
||||
executable:com.gildedrose.TexttestFixture
|
||||
interpreter:java
|
||||
# note you'll also need to update the file environment.gr with your classpath if you keep your classfiles somewhere unusual
|
||||
|
||||
# Settings for the Kotlin version using Gradle wrapped in a python script
|
||||
@ -31,8 +31,8 @@ diff_program:meld
|
||||
#interpreter:python
|
||||
|
||||
# Settings for the Ruby version
|
||||
executable:${TEXTTEST_HOME}/ruby/texttest_fixture.rb
|
||||
interpreter:ruby
|
||||
#executable:${TEXTTEST_HOME}/ruby/texttest_fixture.rb
|
||||
#interpreter:ruby
|
||||
|
||||
# Settings for the C# Core version
|
||||
#executable:${TEXTTEST_HOME}/csharpcore/GildedRoseTests/bin/Debug/net8.0/GildedRoseTests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user